tsuru / docs

Release repository for tsuru documentation

Home Page:https://docs.tsuru.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsuru-docs

Release repository for tsuru documentation.

##Building

In order to build the documentation, you'll need to run the command below:

% ./make.bash

It will generate the whole documentation in the build directory. The command above uses Sphinx for building the documentation, and it will install required Python dependencies, please ensure that you're inside a virtualenv before running it.

##Deploying to tsuru

The generated code can be easily deployed to a tsuru static application. In order to do that, run the following command after building the documentation:

% tsuru app-deploy -a <app-name> build

About

Release repository for tsuru documentation

https://docs.tsuru.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dockerfile 38.8%Language:Go 34.7%Language:Makefile 26.5%