mjasinski5 / docpad-skeleton-apidocs

API documentation template for DocPad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick try out

  1. Run in the console: git clone https://github.com/hybris/docpad-skeleton-apidocs.git
  2. Open cloned project: cd docpad-skeleton-apidocs
  3. Call the following command: npm start

Using locally

If you called npm start at least ones, it means all the dependencies you needed got installed. Now you can just start generation and server with the following command: npm run local.

Production

To trigger generation with production configuration:

  1. Call the following command: npm run production
  2. Notice new out folder. This folder contains all generated files and can be used on production. For example, you can copy the content of out folder to your GitHub Pages repository.

About

API documentation template for DocPad

License:Apache License 2.0


Languages

Language:CSS 78.5%Language:JavaScript 12.2%Language:HTML 5.1%Language:CoffeeScript 2.1%Language:RAML 2.1%