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