git ssb

2+

cel / scuttlebot.io



Tree: 6df421c40b28e10fe7138c1519f7c78ebb52f470

Files: 6df421c40b28e10fe7138c1519f7c78ebb52f470 / tmpl / docs / social / create-new-users.html.js

426 bytesRaw
1var md = require('../../../markdown')
2var page = require('../../page.part')
3module.exports = () => page({
4 section: 'docs',
5 tab: 'docs-social',
6 path :'/docs/social/create-new-users.html',
7 content: md.doc(__dirname+'/create-new-users.md'),
8 seeAlso: [
9 ['/apis/modules/ssb-feed.html', 'SSB-Feed API'],
10 ['/apis/modules/ssb-keys.html', 'SSB-Keys API']
11 ],
12 next: ['/docs/social/join-a-pub.html', 'Join a pub']
13})

Built with git-ssb-web