README.md

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 -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.