Commit 69f3e23a authored by Richard Glosner's avatar Richard Glosner
Browse files

Merge branch 'release-enigma-actions' into 'enigma'

make the enigma new default page

See merge request inject/inject-docs!192
parents 91dea636 6fe5567d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -33,6 +33,9 @@ build:
    - format

pages:
  pages:
      path_prefix: ""
      expire_in: never
  stage: deploy
  when: manual
  script:
@@ -41,7 +44,7 @@ pages:
    paths:
      - public
  only:
    - change-me
    - enigma

copy_to_main:
  stage: copy_to_main
+1 −1
Original line number Diff line number Diff line
@@ -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.
+3 −1
Original line number Diff line number Diff line
@@ -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>