Files: 338e0ca3c8de6d685bca80161faf219c20acd76d / tmpl / docs / config / creating-test-users.html.js
286 bytesRaw
1 | var md = require('../../../markdown') |
2 | var page = require('../../page.part') |
3 | module.exports = () => page({ |
4 | title: 'Creating test users', |
5 | section: 'docs', |
6 | tab: 'docs-config', |
7 | path: '/docs/config/creating-test-users.html', |
8 | content: md.doc(__dirname+'/creating-test-users.md') |
9 | }) |
10 |
Built with git-ssb-web