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