Files: 9c345e328af8fa7db506298bd2606429fc377fe7 / tmpl / apis / community / ssbify.html.js
252 bytesRaw
1 | var md = require('../../../markdown') |
2 | var page = require('../../page.part') |
3 | module.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