git ssb

2+

cel / scuttlebot.io



Tree: 2b3708ff390cc334653a3a9ff0f511f866423af7

Files: 2b3708ff390cc334653a3a9ff0f511f866423af7 / tmpl / docs / social / query-the-social-graph.html.js

501 bytesRaw
1var page = require('../../page.part')
2var markdown = require('../../../markdown')
3
4module.exports = () => page({
5 title: 'Query the social graph',
6 section: 'docs',
7 tab: 'docs-social',
8 path :'/docs/social/query-the-social-graph.html',
9 content: markdown.doc(__dirname+'/query-the-social-graph.md'),
10 next: ["/docs/social/join-a-pub.html", 'Join a Pub'],
11 seeAlso: [
12 ["/apis/scuttlebot/friends.html", 'Scuttlebot.Friends API'],
13 ["/docs/social/follow-users.html", 'Follow users']
14 ]
15})

Built with git-ssb-web