New Docs Layout (#7593)

* wip

* wip

* docs: improve content structure

* make menu collapsible

* move anchor to the end of the heading

* layout fixes

* avoid menu items with the same name

* wip

* add CHANGELOG entry

* [autofix.ci] apply automated fixes

* fixup

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Maximilian Hils 2025-03-09 10:54:14 +01:00 committed by GitHub
parent a5a192af3d
commit 63a0b8d149
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
166 changed files with 986 additions and 14307 deletions

View file

@ -215,7 +215,7 @@ jobs:
# For releases, also build the archive version of the docs.
- run: ./docs/build.py
env:
DOCS_ARCHIVE: true
DOCS_ARCHIVE: ${{ github.ref_name }}
- if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v4
with: