Add Adminbereich section with overview and user management pages to navigation, other changes

This commit is contained in:
2025-12-01 12:57:15 +01:00
parent c7304b484a
commit dbfcdbd013
27 changed files with 360 additions and 818 deletions

View File

@@ -94,6 +94,11 @@ jobs:
- name: Install all dependencies
run: uv sync --all-groups
- name: Build documentation
run: |
uv zensical
uv run zensical build --clean
- name: Build Linux release with Nuitka
run: |
uv run python -m nuitka \
@@ -172,6 +177,12 @@ jobs:
run: |
& $env:UV_PATH sync --all-groups
- name: Build documentation
shell: powershell
run: |
& $env:UV_PATH run pip install zensical
& $env:UV_PATH run zensical build --clean
- name: Build Windows release with Nuitka
shell: powershell
run: |