git ssb

2+

cel / scuttlebot.io



Tree: 09d6cad33605d917ad373c8737df277715b38e68

Files: 09d6cad33605d917ad373c8737df277715b38e68 / tmpl / docs / config / configure-scuttlebot.html.js

363 bytesRaw
1var md = require('../../../markdown')
2var page = require('../../page.part')
3module.exports = () => page({
4 title: 'Configure Scuttlebot',
5 section: 'docs',
6 tab: 'docs-config',
7 path: '/docs/config/configure-scuttlebot.html',
8 content: md.doc(__dirname+'/configure-scuttlebot.md'),
9 next: ['/docs/config/get-current-version.html', 'Get current version']
10})
11

Built with git-ssb-web