Documentation for ICGC DCC using mkdocs and GitHub Pages hosted at https://icgc-dcc.github.io/dcc-docs
A custom domain is setup on the gh-pages
branch in the CNAME
file:
This project requires mkdocs
version 1.1 or higher.
To install on Mac:
brew install mkdocs
Node is also required. Download the latest version from nodejs.org.
After installing node, cd
into the directory containing the project and run
npm install
The content of the docs are Markdown documents that may be found at docs/
Edit mkdocs.yml
npm start
npm run build
Changes are published through Netlify.
You can either run the build step and copy over the site
directory to netlify, or have netlify watch the master branch and
build and deploy it on changes.
If errors are encountered when running npm run build|publish, try re-running
npm install
to update missing packages used by the doc deployment process.