Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1020 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 1020 Bytes

This repository includes the interactive GitHub pages documentation of ExploreASL.

Required libraries

Build process

  • 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 using mike deploy --push --update-aliases 1.x.x latest.
  • Update default using mike set-default --push latest.
  • No need to run mkdocs build or other commands.
  • Testing can be done using mike serve.

Tutorials

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.