Commit e78fd612 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Merge branch 'p-docs-doc-update' into 'master'

docs: update documentation documentation

See merge request allpix-squared/allpix-squared!1004
parents 211f94da c5c24435
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -106,8 +106,8 @@ also means that explicit backticks (like `` $` `` or `` ```math ``) can't be use

You can easily test the website of the documentation with your changes yourself by running:
```shell
git clone --recurse-submodules https://gitlab.cern.ch/allpix-squared/allpix-squared-website.git
./get_artifacts.sh ref your_branch_name your_cern_user_name/allpix-squared
git clone https://gitlab.cern.ch/allpix-squared/allpix-squared-website.git
./get_artifacts.sh job job_number_from_your_ci your_cern_user_name/allpix-squared
hugo server
```