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