insidenothing / site

convox.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convox Docs

This repo contains the source files for http://docs.convox.com/.

Documentation is written in Markdown (with options similar to Github's Flavor).

Jekyll is used to generate static HTML files.

Please let us know about any issues, either via issues or by emailing support@convox.com

Pull Requests are also welcome!

Usage

Ruby and bundler are required.

$ bundle install
$ jekyll serve
==    Server address: http://127.0.0.1:4000/

Please send updates to documentation as Pull Requests.

Frontmatter

Each page in the documentation has a header, called frontmatter, this controls where it's displayed and it's title.

e.g.

---
title: "Custom Domains"
sort: 40
---

Publishing

Docs are published automatically by Github Pages.

About

convox.com

License:Apache License 2.0


Languages

Language:JavaScript 90.7%Language:CSS 6.4%Language:HTML 2.4%Language:Nginx 0.4%Language:Ruby 0.2%Language:Shell 0.0%