git ssb

2+

cel / scuttlebot.io



Tree: 2b3708ff390cc334653a3a9ff0f511f866423af7

Files: 2b3708ff390cc334653a3a9ff0f511f866423af7 / tmpl / docs / message-types / custom-types.html.js

539 bytesRaw
1var md = require('../../../markdown')
2var page = require('../../page.part')
3module.exports = () => page({
4 title: 'Custom message types',
5 section: 'docs',
6 tab: 'docs-message-types',
7 path: '/docs/message-types/custom-types.html',
8 content: md.doc(__dirname+'/custom-types.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: ['/docs/advanced/links.html', 'Links']
15})

Built with git-ssb-web