git ssb

2+

cel / scuttlebot.io



Tree: 9e4b77aeb7181a93a9ee3ceb1c21d11841a35f57

Files: 9e4b77aeb7181a93a9ee3ceb1c21d11841a35f57 / tmpl / index.html.js

334 bytesRaw
1var page = require('./page.part')
2var 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
5module.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