1
0
mirror of https://github.com/rancher/os.git synced 2025-06-23 05:27:03 +00:00
os/docs
Sven Dowideit 732f1924e1 update the encoding key to match docker-machine
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-07-20 14:17:10 +10:00
..
_includes Merge https://github.com/rancher/rancher.github.io/pull/829 2017-07-14 08:48:22 +10:00
_layouts merge changes from rancher docs repo 2017-03-17 13:01:46 +00:00
css merge changes from rancher docs repo 2017-03-17 13:01:46 +00:00
img merge changes from rancher docs repo 2017-03-17 13:01:46 +00:00
js merge changes from rancher docs repo 2017-03-17 13:01:46 +00:00
os update the encoding key to match docker-machine 2017-07-20 14:17:10 +10:00
vendor import the rancherOS docs so we can write docs for the next release 2016-11-02 12:17:17 +10:00
volume import the rancherOS docs so we can write docs for the next release 2016-11-02 12:17:17 +10:00
_config.yml merge changes from rancher docs repo 2017-03-17 13:01:46 +00:00
favicon.png import the rancherOS docs so we can write docs for the next release 2016-11-02 12:17:17 +10:00
Gemfile import the rancherOS docs so we can write docs for the next release 2016-11-02 12:17:17 +10:00
Gemfile.lock import the rancherOS docs so we can write docs for the next release 2016-11-02 12:17:17 +10:00
index.html add 'make docs' to build locally 2016-11-02 15:19:14 +10:00
rancheros.png updating readme doc 2016-08-02 15:50:17 -07:00
README.md add a little docs 2016-11-02 15:25:43 +10:00

Documentation for the master version of rancher/os

This dir is not the documentation for any released version of RancherOS. You can find that at the Rancher Labs Documentation site and specifically for RancherOS.

When there are Pull Requests to the rancher/os repository that affect the user (or developer), then it should include changes to the documenation in this directory.

When we make a new release of RancherOS, the docs/os dir will be copied into the rancher/rancher.github.io repository to be accessible by users.

Previewing your changes

You can either build and view your docs locally by running make docs, or you can set your fork of the rancher/os repository to render your master using GitHub Pages.

To set up GitHub Pages, browse to your fork, then to the Settings - under GitHub Pages, set the Source to master branch /docs folder and hit the Save button. GitHub will tell you the URL at which the documenation can be read.