git ssb

2+

cel / scuttlebot.io



Tree: 2bb2f9e22cb3fc3c6bf54323d0c3b964ab7b2da8

Files: 2bb2f9e22cb3fc3c6bf54323d0c3b964ab7b2da8 / tmpl / apis / pull-stream / stream-to-pull-stream.html.js

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

Built with git-ssb-web