Skip to content

Slate Related Tools

Mike Ralphson edited this page Jun 23, 2020 · 26 revisions

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 and ejs 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

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.