All Projects → Mermade → reslate

Mermade / reslate

Licence: Apache-2.0 license
Beautiful static documentation for your API

Programming Languages

CSS
56736 projects
SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
EJS
674 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to reslate

Pretty Swag
Pretty UI for Swagger spec
Stars: ✭ 112 (+14.29%)
Mutual labels:  api-documentation, documentation-generator
Slate
Beautiful static documentation for your API
Stars: ✭ 33,447 (+34029.59%)
Mutual labels:  static-site-generator, api-documentation
Redoc
📘 OpenAPI/Swagger-generated API Reference Documentation
Stars: ✭ 15,935 (+16160.2%)
Mutual labels:  api-documentation, documentation-generator
Pdoc
API Documentation for Python Projects
Stars: ✭ 853 (+770.41%)
Mutual labels:  api-documentation, documentation-generator
Hexo Theme Doc
A documentation theme for the Hexo blog framework
Stars: ✭ 222 (+126.53%)
Mutual labels:  static-site-generator, api-documentation
Drf Autodocs
Ultimately automated DRF documentation rendering(UNMAINTAINED)
Stars: ✭ 82 (-16.33%)
Mutual labels:  api-documentation, documentation-generator
node-slate
📓 Node.js port of lord/slate
Stars: ✭ 18 (-81.63%)
Mutual labels:  static-site-generator, api-documentation
Jsdoc To Markdown
Generate markdown documentation from jsdoc-annotated javascript
Stars: ✭ 1,199 (+1123.47%)
Mutual labels:  api-documentation, documentation-generator
Fornax
Scriptable static site generator using type safe F# DSL to define page templates.
Stars: ✭ 175 (+78.57%)
Mutual labels:  static-site-generator, documentation-generator
Api2html
A CLI tool to transform Swagger/OpenAPI/AsyncAPI docs to beautiful HTML pages via Shins/Widdershins.
Stars: ✭ 103 (+5.1%)
Mutual labels:  static-site-generator, api-documentation
Pdoc
🐍 ➡️ 📜 Auto-generate API documentation for Python projects
Stars: ✭ 604 (+516.33%)
Mutual labels:  api-documentation, documentation-generator
go-slate
A CLI tool to generate API documentation using Slate layout by Robert Lord
Stars: ✭ 19 (-80.61%)
Mutual labels:  static-site-generator, api-documentation
doctave
A batteries-included developer documentation site generator
Stars: ✭ 349 (+256.12%)
Mutual labels:  static-site-generator, documentation-generator
Log4brains
✍️ Log and publish your architecture decisions (ADR)
Stars: ✭ 98 (+0%)
Mutual labels:  static-site-generator, documentation-generator
API-Portal
API Portal lets you create and publish a customized site with API documentation, for free and without writing any code.
Stars: ✭ 162 (+65.31%)
Mutual labels:  static-site-generator, api-documentation
blue bird
API Documentation Generator for the Phoenix Framework
Stars: ✭ 52 (-46.94%)
Mutual labels:  api-documentation, documentation-generator
forty
Forty theme - Hugo theme ported from HTML5UP origrinal theme called Forty.
Stars: ✭ 116 (+18.37%)
Mutual labels:  static-site-generator
PkgPage.jl
Create a beautiful landing page for your package in less than 10 minutes.
Stars: ✭ 98 (+0%)
Mutual labels:  static-site-generator
github-pages-vuepress
Build a static website using VuePress and deploy to Github Pages
Stars: ✭ 20 (-79.59%)
Mutual labels:  static-site-generator
newdoc
The newdoc tool generates files formatted with AsciiDoc, which are used in Red Hat documentation.
Stars: ✭ 14 (-85.71%)
Mutual labels:  documentation-generator

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].