docs: Fix doc link and missing TOC annotation

This commit is contained in:
René Fischer
2025-01-06 10:24:42 +00:00
committed by Thorsten Roßner
parent a16d9071c9
commit ba18e6f61c
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,11 @@
# SPDX-FileCopyrightText: 2024-2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS" # SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
# SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
--- ---
include: include:
- project: "${PROJECT_PATH_GITLAB_CONFIG_TOOLING}" - project: "${PROJECT_PATH_GITLAB_CONFIG_TOOLING}"
ref: "v2.4.8" ref: "v2.4.8"
file: file:
- "ci/common/automr.yml"
- "ci/common/lint.yml" - "ci/common/lint.yml"
- "ci/release-automation/semantic-release.yml" - "ci/release-automation/semantic-release.yml"
- local: "/.gitlab/generate/generate-docs.yml" - local: "/.gitlab/generate/generate-docs.yml"
@@ -32,7 +31,6 @@ stages:
- ".pre" - ".pre"
- "renovate" - "renovate"
- "scan" - "scan"
- "automr"
- "env-cleanup" - "env-cleanup"
- "env" - "env"
- "pre-services-deploy" - "pre-services-deploy"

View File

@@ -5,6 +5,7 @@ SPDX-License-Identifier: Apache-2.0
<h1>Architecture</h1> <h1>Architecture</h1>
<!-- TOC -->
* [Overview](#overview) * [Overview](#overview)
* [Nubus (IAM)](#nubus-iam) * [Nubus (IAM)](#nubus-iam)
* [Authentication](#authentication) * [Authentication](#authentication)
@@ -37,6 +38,7 @@ SPDX-License-Identifier: Apache-2.0
* [XWiki (Knowledge management)](#xwiki-knowledge-management) * [XWiki (Knowledge management)](#xwiki-knowledge-management)
* [Application specific user accounts](#application-specific-user-accounts) * [Application specific user accounts](#application-specific-user-accounts)
* [Footnotes](#footnotes) * [Footnotes](#footnotes)
<!-- TOC -->
openDesk is designed as a [Kubernetes](https://kubernetes.io) deployment. openDesk is designed as a [Kubernetes](https://kubernetes.io) deployment.

View File

@@ -41,7 +41,7 @@ deploy openDesk onto your Kubernetes infrastructure.
# Requirements # Requirements
Detailed system requirements are covered on the [requirements](requirements.md) page. Detailed system requirements are covered on the [requirements](./docs/requirements.md) page.
# Customize environment # Customize environment