Loading .gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -33,6 +33,9 @@ build: - format pages: pages: path_prefix: "" expire_in: never stage: deploy when: manual script: Loading @@ -41,7 +44,7 @@ pages: paths: - public only: - change-me - enigma copy_to_main: stage: copy_to_main Loading docs/tech/architecture/definitions/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,7 @@ All advanced features are disabled by default: - **show_exercise_time**: _bool, default=False_ – Show the remaining duration of the ongoing exercise to trainees on the frontend. - **show_exercise_overview**: \_bool, default=False – Shows the performance overview to trainees when the exercise is over. - **show_exercise_overview**: _bool, default=False_ – Shows the performance overview to trainees when the exercise is over. - **enable_roles**: _bool, default=False_ – Enables use of team roles. Requires `roles.yml` file to be included in the definition. Loading overrides/partials/header.html +3 −1 Original line number Diff line number Diff line Loading @@ -44,8 +44,10 @@ <!-- Dropdown Menu for Page Versions --> <div class="md-header__dropdown"> <select onchange="window.location.href=this.value;"> <option value="#">Version 3.0</option> <option value="/bastion/">Version 2.0</option> <option value="/citadel/">Version 3.0</option> <option value="/dux/">Version 4.0</option> <option value="#" selected>Version 5.0</option> </select> </div> Loading Loading
.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -33,6 +33,9 @@ build: - format pages: pages: path_prefix: "" expire_in: never stage: deploy when: manual script: Loading @@ -41,7 +44,7 @@ pages: paths: - public only: - change-me - enigma copy_to_main: stage: copy_to_main Loading
docs/tech/architecture/definitions/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,7 @@ All advanced features are disabled by default: - **show_exercise_time**: _bool, default=False_ – Show the remaining duration of the ongoing exercise to trainees on the frontend. - **show_exercise_overview**: \_bool, default=False – Shows the performance overview to trainees when the exercise is over. - **show_exercise_overview**: _bool, default=False_ – Shows the performance overview to trainees when the exercise is over. - **enable_roles**: _bool, default=False_ – Enables use of team roles. Requires `roles.yml` file to be included in the definition. Loading
overrides/partials/header.html +3 −1 Original line number Diff line number Diff line Loading @@ -44,8 +44,10 @@ <!-- Dropdown Menu for Page Versions --> <div class="md-header__dropdown"> <select onchange="window.location.href=this.value;"> <option value="#">Version 3.0</option> <option value="/bastion/">Version 2.0</option> <option value="/citadel/">Version 3.0</option> <option value="/dux/">Version 4.0</option> <option value="#" selected>Version 5.0</option> </select> </div> Loading