Files: b943b01f452dcc8c932c81886d0346f7a38269e4 / tmpl / apis / modules / ssb-keys.html.js
254 bytesRaw
1 | var md = require('../../../markdown') |
2 | var page = require('../../page.part') |
3 | module.exports = () => page({ |
4 | title: 'SSB-Keys', |
5 | section: 'apis', |
6 | tab: 'apis-modules', |
7 | path: '/apis/modules/ssb-keys.html', |
8 | content: md.doc(__dirname+'/ssb-keys.md') |
9 | }) |
Built with git-ssb-web