barricadeio / docs

Barricade Docs

Home Page:http://docs.barricade.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Barricade Docs

CircleCI

docs.barricade.io, built as a static site with Hugo.

https://cloud.githubusercontent.com/assets/686194/12189426/550f84e4-b572-11e5-821a-3b4d517b1642.png

--

New content is added by adding Markdown files to the /content subdirectories. New images and other media should be located in themes/barricade/static/src.

--

Local Development

The user manual for Barricade is built with Hugo, the API docs with Middleman.

  • Run hugo server --watch to generate the site
  • Run bundle exec middleman build --clean in api directory
  • In a different window, run gulp watch to compile assets
  • The site will be available at localhost:1313

Deploying

Master is automatically deployed to Github Pages via CircleCI.

API Doc

API doc is generated by Slate. We build API doc under a Hugo target directory so that it gets picked up by Hugo.

About

Barricade Docs

http://docs.barricade.io

License:MIT License


Languages

Language:JavaScript 70.2%Language:CSS 25.9%Language:HTML 3.4%Language:Ruby 0.4%Language:Shell 0.0%