/docs

MKDocs UC-LHCb website source

Primary LanguageJavaScriptMIT LicenseMIT

docs

MKDocs UC-LHCb website source

Usage

To write the docs you should follow MkDocs documentation

build

The command used to build the website

mkdocs build -t readthedocs --no-directory-urls

deploy

to deploy to github pages

mkdocs gh-deploy -m '<Commit message here>' -b gh-pages  -t readthedocs --no-directory-urls