git ssb

2+

cel / scuttlebot.io



Tree: b422f0ea714588ae4cdebd501101b463dfc79b01

Files: b422f0ea714588ae4cdebd501101b463dfc79b01 / tmpl / docs / social / update-your-profile.html.js

469 bytesRaw
1var page = require('../../page.part')
2var md = require('../../../markdown')
3
4module.exports = () => page({
5 title: 'Update your profile',
6 section: 'docs',
7 tab: 'docs-social',
8 path :'/docs/social/update-your-profile.html',
9 content: md.doc(__dirname+'/update-your-profile.md'),
10 next: ["/docs/social/view-a-profile.html", 'View a profile'],
11 seeAlso: [
12 ["/docs/message-types/about.html", 'About messages'],
13 ["/docs/advanced/links.html", 'Links']
14 ]
15})

Built with git-ssb-web