nfv-sig

Created
Was maintained by amoralej
Project for NFV SIG documentation under sigs.centos.org
git clone

NFV SIG documentation

This git repository contains the source files required to generate the NFV SIG documentation hosted at: https://sigs.centos.org/nfv/

The source files are in markdown format. The repository uses mkdocs

Testing locally in a fedora system

  1. Install mkdocs
# dnf install mkdocs mkdocs-material -y
  1. To build de html doc, enter the directory where you cloned this repo and made your modifications.
mkdocs build
  1. Open a browser and navigate to the created html under site/index.html

  2. After you develop the content locally, git commit and push the changes or send a PR.

Testing using containers

The instructions to build using containers con be found in https://git.centos.org/centos/sig-guide