git ssb

2+

cel / scuttlebot.io



Tree: 2b3708ff390cc334653a3a9ff0f511f866423af7

Files: 2b3708ff390cc334653a3a9ff0f511f866423af7 / tmpl / docs / config / get-active-config.html.js

362 bytesRaw
1var md = require('../../../markdown')
2var page = require('../../page.part')
3module.exports = () => page({
4 title: 'Get active config',
5 section: 'docs',
6 tab: 'docs-config',
7 path: '/docs/config/get-active-config.html',
8 content: md.doc(__dirname+'/get-active-config.md'),
9 next: ['/docs/config/creating-test-databases.html', 'Creating test databases']
10})
11

Built with git-ssb-web