From c680ed92ea4f6bbdbccf4a7389aa8d0f5aa1324c Mon Sep 17 00:00:00 2001 From: Alice Date: Tue, 13 Jan 2026 16:07:12 +0100 Subject: [PATCH] changed page source --- .github/workflows/build_documentation.yml | 11 ++- docs/main_index/index.html | 106 +++++++++++++++++++--- docs/main_index/index.html.j2 | 6 +- 3 files changed, 103 insertions(+), 20 deletions(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index acae3d851..5cc6d6ffb 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -3,6 +3,10 @@ name: Build and upload Documentation on: workflow_dispatch: push: # Only for Testing change later + pull_request: + branches: + - developer + - main release: types: - published @@ -83,18 +87,21 @@ jobs: ref: gh-pages path: gh-pages + - name: Copy documentation and Release notes to versioned folder + # if: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) run: | VERSION="${{ steps.version.outputs.version }}" mkdir -p "gh-pages/${VERSION}" cp -r build/docs/html/. "gh-pages/${VERSION}/" cp build/docs/main_index/index.html "gh-pages/index.html" + cp build/docs/main_index/index.html gh-pages/_sources/index.html.txt if [ "${{ github.event_name }}" == "release" ]; then cp RELEASE.md "gh-pages/releases/RELEASE_v${VERSION}.md" - fi - # TODO: need to update txt to md and backtrack? + fi - name: Commit and Push changes to gh-pages + # if: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) run: | cd gh-pages git config --global user.name 'github-actions' diff --git a/docs/main_index/index.html b/docs/main_index/index.html index 8cbd423e4..65ad490b7 100644 --- a/docs/main_index/index.html +++ b/docs/main_index/index.html @@ -18,7 +18,7 @@ - + @@ -43,18 +43,18 @@

Versions:

@@ -74,7 +74,7 @@
  • - View page source + View page source

  • @@ -107,46 +107,70 @@ + + + +

    10.0.0

    Major

    10.09.2025

    10.0.0 Release Notes

    -

    10.0.0 Docs

    +

    10.0.0 Docs

    + + + +

    9.2.0

    Minor

    02.06.2025

    9.2.0 Release Notes

    -

    9.2.0 Docs

    +

    9.2.0 Docs

    + + + +

    9.1.1

    Bug Fix

    22.05.2025

    9.1.1 Release Notes

    -

    9.1.1 Docs

    +

    9.1.1 Docs

    + + + +

    9.1.0

    Minor

    28.03.2025

    9.1.0 Release Notes

    -

    9.1.0 Docs

    +

    9.1.0 Docs

    + + + +

    9.0.0

    Major

    26.11.2024

    9.0.0 Release Notes

    -

    9.0.0 Docs

    +

    9.0.0 Docs

    + + + +

    8.0.2

    Bug Fix

    @@ -155,6 +179,10 @@

     

    + + + +

    8.0.1

    Bug Fix

    @@ -163,6 +191,10 @@

     

    + + + +

    8.0.0

    Major

    @@ -171,6 +203,10 @@

     

    + + + +

    7.0.3

    Bug Fix

    @@ -179,6 +215,10 @@

     

    + + + +

    7.0.2

    Bug Fix

    @@ -187,6 +227,10 @@

     

    + + + +

    7.0.1

    Bug Fix

    @@ -195,6 +239,10 @@

     

    + + + +

    7.0.0

    Major

    @@ -203,6 +251,10 @@

     

    + + + +

    6.1.2

    Bug Fix

    @@ -211,6 +263,10 @@

     

    + + + +

    6.1.1

    Bug Fix

    @@ -219,6 +275,10 @@

     

    + + + +

    6.1.0

    Minor

    @@ -227,6 +287,10 @@

     

    + + + +

    6.0.0

    Major

    @@ -235,6 +299,10 @@

     

    + + + +

    5.1.0

    Minor

    @@ -243,6 +311,10 @@

     

    + + + +

    5.0.1

    Bug Fix

    @@ -251,6 +323,10 @@

     

    + + + +

    5.0.0

    Major

    @@ -265,7 +341,7 @@

     

     

     

    -

    Developer Docs

    +

    Developer Docs

    @@ -280,7 +356,7 @@