This repository holds the content of the Openshift CI documentation at https://docs.ci.openshift.org/
- Clone the repository including submodules:
git clone --recursive git@github.com:openshift/ci-docs.git
. NOTE: Git submodules must be fully cloned for the server to work. If you've already cloned the repository without submodules, rungit submodule update --init --recursive --depth 1
. - Install the extended version of hugo as described here. Generally, installing the extended binary from their releases page is the best option.
- Start the hugo server via
hugo server
- Edit content and watch your changes live at http://localhost:1313/