Files: 9e4b77aeb7181a93a9ee3ceb1c21d11841a35f57 / tmpl / index.html.js
334 bytesRaw
1 | var page = require('./page.part') |
2 | var installTheDatabase = require('./basics/install-the-database.html') |
3 | |
4 | // this page is the same as the first guide in basics, but with the big hero |
5 | module.exports = () => page({ |
6 | bigHero: true, |
7 | tab: 'basics', |
8 | path: '/basics/install-the-database.html', |
9 | content: installTheDatabase.content() |
10 | }) |
Built with git-ssb-web