git ssb

2+

cel / scuttlebot.io



Tree: b943b01f452dcc8c932c81886d0346f7a38269e4

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

466 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 ['/apis/scuttlebot/ssb.html#links-source', 'links API']
12 ],
13 next: ['/docs/social/follow-users.html', 'Follow users']
14})

Built with git-ssb-web