diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5851d43..468cafb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH # SPDX-License-Identifier: Apache-2.0 --- include: - project: "${PROJECT_PATH_GITLAB_CONFIG_TOOLING}" ref: "v2.4.8" file: - - "ci/common/automr.yml" - "ci/common/lint.yml" - "ci/release-automation/semantic-release.yml" - local: "/.gitlab/generate/generate-docs.yml" @@ -32,7 +31,6 @@ stages: - ".pre" - "renovate" - "scan" - - "automr" - "env-cleanup" - "env" - "pre-services-deploy" diff --git a/docs/architecture.md b/docs/architecture.md index 3891e31c..0d0daf9e 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -5,6 +5,7 @@ SPDX-License-Identifier: Apache-2.0

Architecture

+ * [Overview](#overview) * [Nubus (IAM)](#nubus-iam) * [Authentication](#authentication) @@ -37,6 +38,7 @@ SPDX-License-Identifier: Apache-2.0 * [XWiki (Knowledge management)](#xwiki-knowledge-management) * [Application specific user accounts](#application-specific-user-accounts) * [Footnotes](#footnotes) + openDesk is designed as a [Kubernetes](https://kubernetes.io) deployment. diff --git a/docs/getting-started.md b/docs/getting-started.md index 26939f8e..89c65817 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -41,7 +41,7 @@ deploy openDesk onto your Kubernetes infrastructure. # 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