Files: c0c9508d732a53b79ef287fd75268ac0d50dda3a / tmpl / docs / advanced / post-threads.html.js
414 bytesRaw
1 | var md = require('../../../markdown') |
2 | var page = require('../../page.part') |
3 | module.exports = () => page({ |
4 | title: 'Post threads', |
5 | section: 'docs', |
6 | tab: 'docs-advanced', |
7 | path :'/docs/advanced/post-threads.html', |
8 | content: md.doc(__dirname+'/post-threads.md'), |
9 | seeAlso: [ |
10 | ['/apis/scuttlebot/ssb.html', 'Scuttlebot API'] |
11 | ], |
12 | next: ['/docs/config/configure-scuttlebot.html', 'Configure Scuttlebot'] |
13 | }) |
Built with git-ssb-web