Files: b943b01f452dcc8c932c81886d0346f7a38269e4 / 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