Gate generates pretty and well structured API documentation.
Heavily inspired by Slate, and hence by Stripes API docs. You can use the same markdown files as in slate.
-
Clean and simple design
-
Single Page Layout
-
Markdown source
-
Syntax highlighting
What you need:
- GatsbyJS
- Node
- Fork this repository on GitHub.
- Clone your forked repository (not our original one) to your hard drive with
git clone https://github.com/YOURUSERNAME/gate.git
cd gate
- Start Gate:
gatsby develop
Your docs are now available at http://localhost:8000. Easy.
Syntax Highlighting: Currently only bash
is processed by prismjs.
shell
or curl
don't work.
Found a bug? Please submit an issue.
Built by Luis Höfer