jasonadkison / reslate

Beautiful static documentation for your API

Home Page:https://mermade.github.io/reslate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slate v3 POC

Build

Proof-of-concept Slate v3 using eleventy as the static site generator.

screenshot

Features

Install

Requires an LTS version of Node.js

  • Clone the repository
  • npm i

or

  • Create your Node.js project (npm init)
  • Add reslate as a (dev)dependency (npm i [--save-dev] reslate)
  • npx reslate init

Running

  • To build: npm run build
  • To debug: npm run debug
  • To serve: npm run serve and browse to http://localhost:4567

(If installed as a dependency, use npx reslate [build|debug|serve])

TODO

  • Watch scss files
  • Option to use lunr server-side / across multiple files #1006
  • GitHub emoji shortcuts (as in Shins), yea or nay?
  • Specify additional CSS includes in header?

Additional plugin possibilities

About

Beautiful static documentation for your API

https://mermade.github.io/reslate/

License:Apache License 2.0


Languages

Language:CSS 29.0%Language:SCSS 27.8%Language:HTML 26.5%Language:JavaScript 16.5%Language:Dockerfile 0.2%