This repository includes the interactive GitHub pages documentation of ExploreASL.
- Make sure that your local
gh-pages
branch 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-pages
usingmike deploy --push --update-aliases 1.x.x latest
. - Update
default
usingmike set-default --push latest
. - No need to run
mkdocs build
or 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.