This repository hosts policy documentation that applies to our general development.
This README describes the following sections:
- Getting Started explains how to build and preview the documentation site in a Docker container.
Before you start creating document, please make sure the following requirements:
- Operating System
- Linux (Ubuntu 18 or later, x86_64)
- Docker 19 and up (required for most plugins)
- Linux Hosts: Docker requires to run without sudo
- Installation Script Requirements
- bash
Please follow these steps to build and preview a local copy of the documentation site.
- Check out (clone) a copy of this repository somewhere on your own computer.
- If you are working on a branch other than
main
, switch that branch now. - From your local repository's working directory, run
make serve
. - Open localhost:8080 in a web browser.