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