Files: 8231016cf1abf0fb60c43b11d9ef9dbe69d6e5c0 / tmpl / docs / social / update-your-profile.html.js
469 bytesRaw
1 | var page = require('../../page.part') |
2 | var md = require('../../../markdown') |
3 | |
4 | module.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