diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a4550783106785ef7c761f3f11efc2b417cd86e..c354cc9f483ed2c3fa25ca19709a85a767b8fb55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -467,7 +467,7 @@ docs-build: - pip install markdown - pip install mkdocs-material - pip install markdown-include - - pip install mkdocs-macros-plugin + - pip install 'mkdocs-macros-plugin==0.5.0' - pip install mkdocs-mermaid2-plugin # adds support for mermaid diagrams / flowcharts #- pip install mkdocs-git-revision-date-plugin # See: https://github.com/mkdocs/mkdocs/issues/1408#issuecomment-443592097 script: diff --git a/documentation/docs/faq.md b/documentation/docs/faq.md index 401f1b83b24cffbef63112a85495510551ead242..d1111b8feb7408fc41017f625135177ae6aa0387 100644 --- a/documentation/docs/faq.md +++ b/documentation/docs/faq.md @@ -23,6 +23,8 @@ To open a volume you should first enable the *"Selection Mode"* by clicking the If by accident the volume gets selected, first click on the black background to deselect all volumes, then `Ctrl/Cmd+click` on the volume again to open it. + +