git ssb

2+

cel / scuttlebot.io



Tree: c9028fc87e9bbd14dec0ef404f4684a569bd1396

Files: c9028fc87e9bbd14dec0ef404f4684a569bd1396 / tmpl / docs / message-types / post.html.js

503 bytesRaw
1var md = require('../../../markdown')
2var page = require('../../page.part')
3module.exports = () => page({
4 title: 'Post messages',
5 section: 'docs',
6 tab: 'docs-message-types',
7 path: '/docs/message-types/post.html',
8 content: md.doc(__dirname+'/post.md'),
9 seeAlso: [
10 ['/docs/message-types/custom-types.html', 'Message schemas'],
11 ['/docs/advanced/links.html', 'Linking messages'],
12 ['/apis/modules/ssb-msg-schemas.html', 'SSB-Msg-Schemas API']
13 ],
14 next: ['./about.html', 'About']
15})

Built with git-ssb-web