Slate Related Tools - slatedocs/slate GitHub Wiki
Node.JS (should work on Windows)
Simple Gulp Plugin
https://github.com/wodka/gulp-slate
Slate is taken from master branch on npm install and built without ruby
Node.JS implementation
https://github.com/jmanek/slate_node
A port of the documentation generator Slate to node.js, that can optionally be built in the browser.
Another Node.JS implementation
https://github.com/mermade/shins
This time using
markdown-it
,highlightjs
,node-sass
,js-yaml
andejs
for templating. Compatible with Slate v2.0 (static TOC etc)
Another gulp-based port
https://github.com/sdelements/node-slate
Whiteboard
A Node.JS port using the hexo platform https://github.com/mpociot/whiteboard
Whiteboard using PHP https://github.com/mpociot/documentarian
Converting OpenApi / Swagger definitions to Slate-compatible markdown
- https://github.com/mermade/widdershins (node.js)
- https://github.com/E96/swagger2slate (PHP)
- https://github.com/scrive/openapi2slate (node.js)
- https://github.com/lavkumarv/swagger-to-slate (node.js)
- https://github.com/buremba/swagger-slate (java / swagger-codegen)
- https://github.com/regga-ws/swagger-codegen-slate (java / swagger-codegen)
Converting RAML definitions to Slate-compatible markdown
Converting XML comments to Slate markdown
Ruby
Slate::Installer
https://github.com/kjg/slate-installer
A utility to install (or update) Slate into the docs folder of your project.