gitricko / kubecf-docs

Home Page:https://kubecf.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubecf-docs

This repository holds the KubeCF docs.

The master branch holds the sources that are compiled with Hugo.

The website content it is deployed automatically in the gh-pages branch by Travis, and no manual intevention is needed.

Test your changes

After cloning the repo (with submodules), just run make serve to test the website locally.

    $> git clone --recurse-submodule https://github.com/cloudfoundry-incubator/kubecf-docs
    $> cd kubecf-docs
    $> make serve

To run the website locally in other platforms, e.g. MacOS:

    $> HUGO_PLATFORM=macOS-64bit make serve

About

https://kubecf.io

License:Apache License 2.0


Languages

Language:HTML 52.7%Language:Shell 24.1%Language:SCSS 18.3%Language:Makefile 4.8%