git ssb

2+

cel / scuttlebot.io



Tree: 2b3708ff390cc334653a3a9ff0f511f866423af7

Files: 2b3708ff390cc334653a3a9ff0f511f866423af7 / tmpl / docs / social / follow-users.html.js

467 bytesRaw
1var md = require('../../../markdown')
2var page = require('../../page.part')
3module.exports = () => page({
4 title: 'Follow users',
5 section: 'docs',
6 tab: 'docs-social',
7 path :'/docs/social/follow-users.html',
8 content: md.doc(__dirname+'/follow-users.md'),
9 seeAlso: [
10 ['/docs/message-types/contact.html', 'Contact messages'],
11 ['/docs/advanced/links.html', 'Links']
12 ],
13 next: ['/docs/social/query-the-social-graph.html', 'Query the social graph']
14})

Built with git-ssb-web