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