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