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