git ssb

2+

cel / scuttlebot.io



Tree: a7f65c9b101bb60cc008a9b5343f1c836e90e617

Files: a7f65c9b101bb60cc008a9b5343f1c836e90e617 / tmpl / apis / community / ssbify.html.js

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

Built with git-ssb-web