This repository includes the interactive GitHub pages documentation of ExploreASL.
- Make sure that your local
gh-pagesbranch is up-to-date and that you don't overwrite previous versions of the ExploreASL documentation. Reverting the following step is not possible. - Update
gh-pagesusingmike deploy --push --update-aliases 1.x.x latest. - Update
defaultusingmike set-default --push latest. - No need to run
mkdocs buildor other commands. - Testing can be done using
mike serve.
If you plan on modifying the tutorials or other static parts of the documentation, you should modify the files within the source directory. After that you need to follow the normal build workflow, which will integrate those documents into the interactive documentation website.