git ssb

2+

cel / scuttlebot.io



Tree: 3ed513c33a63c4dec6c04e26770a621df61cc360

Files: 3ed513c33a63c4dec6c04e26770a621df61cc360 / tmpl / docs / social / view-a-profile.html.js

413 bytesRaw
1var md = require('../../../markdown')
2var page = require('../../page.part')
3module.exports = () => page({
4 title: 'View a profile',
5 section: 'docs',
6 tab: 'docs-social',
7 path :'/docs/social/view-a-profile.html',
8 content: md.doc(__dirname+'/view-a-profile.md'),
9 seeAlso: [
10 ['/docs/message-types/about.html', 'About messages']
11 ],
12 next: ['/docs/social/create-new-users.html', 'Create new users']
13})

Built with git-ssb-web