mmaybeno / chipdocs

Documentation site for NTC chip. All current markdown files are in source/includes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next Thing C.H.I.P. Documentation

All documentation is written in markdown and staged on github pages. Published documentation is viewable on the github pages or getchip site.

If you want to add or modify a document, add your markdown file to the includes directory and make a pull request. You can use Github markdown or regular markdown.

Each include represents a top-level topic in the left-hand navigation if it is in the list of includes in index.html.

Note: If you view the files in the include/ directory here on github, the image links appear broken. This is to be expected because these pages have yet to be rendered into a viewable state.

Uses the Slate Documentation Generator

This repo is forked from Slate. Read the docs on the original Slate repo wiki if you want all the details. There are also some sample docs worth perusing.

Here's the crux of the matter, though:

Prerequisites

You're going to need:

  • Linux or OS X — Windows may work, but is unsupported.
  • Ruby, version 1.9.3 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.

Publish

If you are a contributor, it is easy to publish any changes you make. First, push your local changes to the master branch, then, in a terminal cd to your local repo and use the command rake publish. This will render static html pages, and push the changes to the gh-pages branch of this repo, making them live at http://docs.getchip.com

About

Documentation site for NTC chip. All current markdown files are in source/includes

License:Other


Languages

Language:JavaScript 76.9%Language:CSS 17.6%Language:Ruby 2.8%Language:HTML 2.6%