All Projects β†’ center-key β†’ node-slate

center-key / node-slate

Licence: Apache-2.0 License
πŸ““ Node.js port of lord/slate

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to node-slate

Slate
Beautiful static documentation for your API
Stars: ✭ 33,447 (+185716.67%)
Mutual labels:  static-site-generator, api-documentation, slate
Api2html
A CLI tool to transform Swagger/OpenAPI/AsyncAPI docs to beautiful HTML pages via Shins/Widdershins.
Stars: ✭ 103 (+472.22%)
Mutual labels:  static-site-generator, api-documentation, slate
go-slate
A CLI tool to generate API documentation using Slate layout by Robert Lord
Stars: ✭ 19 (+5.56%)
Mutual labels:  static-site-generator, api-documentation, slate
Hexo Theme Doc
A documentation theme for the Hexo blog framework
Stars: ✭ 222 (+1133.33%)
Mutual labels:  static-site-generator, api-documentation
Shins
Shins development continues at
Stars: ✭ 250 (+1288.89%)
Mutual labels:  static-site-generator, slate
API-Portal
API Portal lets you create and publish a customized site with API documentation, for free and without writing any code.
Stars: ✭ 162 (+800%)
Mutual labels:  static-site-generator, api-documentation
reslate
Beautiful static documentation for your API
Stars: ✭ 98 (+444.44%)
Mutual labels:  static-site-generator, api-documentation
TechFusionFM
Static site for tech podcast built using Hexo.io with deployment script, XML escaper and iTunes rank tracking Telegram bot.
Stars: ✭ 20 (+11.11%)
Mutual labels:  static-site-generator
prpl
A modular static site generator built for longevity
Stars: ✭ 44 (+144.44%)
Mutual labels:  static-site-generator
frontend-boilerplate
Boilerplate to create powerful frontend applications
Stars: ✭ 17 (-5.56%)
Mutual labels:  static-site-generator
soupault
Static website generator based on HTML element tree rewriting
Stars: ✭ 214 (+1088.89%)
Mutual labels:  static-site-generator
startbootstrap-stylish-portfolio-jekyll
Jekyll theme based on Stylish Portfolio Bootstrap theme
Stars: ✭ 20 (+11.11%)
Mutual labels:  static-site-generator
tota
A simple and elegant framework for generating static sites
Stars: ✭ 23 (+27.78%)
Mutual labels:  static-site-generator
hakyll-nix-template
Hakyll + Nix starter template
Stars: ✭ 20 (+11.11%)
Mutual labels:  static-site-generator
holocron
An extendable static blog generator powered by the Force. =/
Stars: ✭ 16 (-11.11%)
Mutual labels:  static-site-generator
stacy
Website generator that combines content from Contentful CMS with Handlebars templates and publishes the website in Amazon S3.
Stars: ✭ 24 (+33.33%)
Mutual labels:  static-site-generator
phpdoc-vuepress
🎨 Template for generating your PHP API documentation in a pretty VuePress format
Stars: ✭ 19 (+5.56%)
Mutual labels:  api-documentation
11tyby
Simple 11ty setup using TypeScript, SASS, Preact with partial hydration, and other useful things. Aims to provide the DX of Gatsby, but using 11ty!
Stars: ✭ 38 (+111.11%)
Mutual labels:  static-site-generator
thera
A template engine for Scala
Stars: ✭ 49 (+172.22%)
Mutual labels:  static-site-generator
PlainSite
PlainSite:A Truely Hackable Static Site Generator.
Stars: ✭ 31 (+72.22%)
Mutual labels:  static-site-generator

logo

A Node.js port of lord/slate

Slate helps you create beautiful, intelligent, responsive API documentation.

screenshot

The example above was created with Slate. Check it out at: node-slate.js.org

License npm Vulnerabilities Build

Features

  • Clean, intuitive design β€” With Slate, the description of your API is on the left side of your documentation, and all the code examples are on the right side. Inspired by Stripe's and Paypal's API docs. Slate is responsive, so it looks great on tablets, phones, and even in print.

  • Everything on a single page β€” Gone are the days when your users had to search through a million pages to find what they wanted. Slate puts the entire documentation on a single page. We haven't sacrificed linkability, though. As you scroll, your browser's hash will update to the nearest header, so linking to a particular point in the documentation is still natural and easy.

  • Slate is just Markdown β€” When you write docs with Slate, you're just writing Markdown, which makes it simple to edit and understand. Everything is written in Markdown β€” even the code samples are just Markdown code blocks.

  • Write code samples in multiple languages β€” If your API has bindings in multiple programming languages, you can easily put in tabs to switch between them. In your document, you'll distinguish different languages by specifying the language name at the top of each code block, just like with Github Flavored Markdown.

  • Out-of-the-box syntax highlighting for 150 languages, no configuration required.

  • Automatic, smoothly scrolling table of contents on the far left of the page. As you scroll, it displays your current position in the document. It's fast, too. TripIt uses Slate to build documentation for their new API, where their table of contents has over 180 entries. They've made sure that the performance remains excellent, even for larger documents.

  • Let your users update your documentation for you β€” By default, your Slate-generated documentation is hosted in a public Github repository. Not only does this mean you get free hosting for your docs with Github Pages, but it also makes it simple for other developers to make pull requests to your docs if they find typos or other problems. Of course, if you don't want to use GitHub, you're also welcome to host your docs elsewhere.

Getting started with Slate is super easy! Simply fork this repository and follow the instructions below. Or, if you'd like to check out what Slate is capable of, take a look at the sample docs.

Getting Started with Slate

Prerequisites

You're going to need:

  • Node.js

Getting Set Up

  1. Fork this repository on Github.
  2. Clone your forked repository (not this original one) to your hard drive with git clone https://github.com/YOURUSERNAME/node-slate.git
  3. cd node-slate
  4. Initialize and start Slate:
npm install
npm run build
npm start

You can now see the docs at http://localhost:4567. Whoa! That was fast!

Commands

Compile documentation to static site in ./build:

npm run build

Run a dev server that live-reloads at http://localhost:4567:

npm start

Publish your docs to origin/gh-pages branch:

npm run deploy

Gulp Task

Slate API documentation generation is available as Gulp task with the gulp-node-slate plugin.

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].