Files: 18ca2b47b86cd361c03c92c0682500c5fa00451f / 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