git ssb

2+

cel / scuttlebot.io



Tree: c9028fc87e9bbd14dec0ef404f4684a569bd1396

Files: c9028fc87e9bbd14dec0ef404f4684a569bd1396 / tmpl / apis / modules / ssb-feed.html.js

254 bytesRaw
1var md = require('../../../markdown')
2var page = require('../../page.part')
3module.exports = () => page({
4 title: 'SSB-Feed',
5 section: 'apis',
6 tab: 'apis-modules',
7 path: '/apis/modules/ssb-feed.html',
8 content: md.doc(__dirname+'/ssb-feed.md')
9})

Built with git-ssb-web