Files: 150fe573b41d5a80595a22b22fb8872a5d1825b9 / tmpl / docs / config / get-current-version.html.js
356 bytesRaw
1 | var md = require('../../../markdown') |
2 | var page = require('../../page.part') |
3 | module.exports = () => page({ |
4 | title: 'Get current version', |
5 | section: 'docs', |
6 | tab: 'docs-config', |
7 | path: '/docs/config/get-current-version.html', |
8 | content: md.doc(__dirname+'/get-current-version.md'), |
9 | next: ['/docs/config/get-active-config.html', 'Get active config'] |
10 | }) |
11 |
Built with git-ssb-web