git ssb

2+

cel / scuttlebot.io



Tree: 3ed513c33a63c4dec6c04e26770a621df61cc360

Files: 3ed513c33a63c4dec6c04e26770a621df61cc360 / tmpl / apis / pull-stream / pull-notify.html.js

271 bytesRaw
1var md = require('../../../markdown')
2var page = require('../../page.part')
3module.exports = () => page({
4 title: 'Pull-Notify',
5 section: 'apis',
6 tab: 'apis-pull-stream',
7 path: '/apis/pull-stream/pull-notify.html',
8 content: md.doc(__dirname+'/pull-notify.md')
9})

Built with git-ssb-web