zaneb / ci-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openshift CI docs

This repository holds the content of the Openshift CI documentation at https://docs.ci.openshift.org/

Development

  1. 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, run git submodule update --init --recursive --depth 1.
  2. Install the extended version of hugo as described here. Generally, installing the extended binary from their releases page is the best option.
  3. Start the hugo server via hugo server
  4. Edit content and watch your changes live at http://localhost:1313/

About

License:Apache License 2.0


Languages

Language:HTML 81.8%Language:Shell 11.0%Language:Dockerfile 4.4%Language:Makefile 2.7%