Files: 07de6e0bf8f8051cfea29058496ca70ae04e5c99 / tmpl / apis / scuttlebot / replicate.html.js
267 bytesRaw
1 | var md = require('../../../markdown') |
2 | var page = require('../../page.part') |
3 | module.exports = () => page({ |
4 | title: 'Replicate API', |
5 | section: 'apis', |
6 | tab: 'apis-scuttlebot', |
7 | path: '/apis/scuttlebot/replicate.html', |
8 | content: md.doc(__dirname+'/replicate.md') |
9 | }) |
Built with git-ssb-web