diff --git a/website/contribute/contribution-process/contributing-bigger-changes.md b/website/contribute/contribution-process/contributing-bigger-changes.md index eed6db15d..d19c08bdd 100644 --- a/website/contribute/contribution-process/contributing-bigger-changes.md +++ b/website/contribute/contribution-process/contributing-bigger-changes.md @@ -3,6 +3,7 @@ title: Contributing Bigger Changes sidebar: true menu: sln weight: 20 +aliases: ["/docs/contribute/code/contributing-bigger-changes/"] --- ## Contributing Bigger Changes diff --git a/website/contribute/contribution-process/contributor-guide.md b/website/contribute/contribution-process/contributor-guide.md index c76904a4c..2da24cf7d 100644 --- a/website/contribute/contribution-process/contributor-guide.md +++ b/website/contribute/contribution-process/contributor-guide.md @@ -2,6 +2,7 @@ title: Contributor Guide persona: Developers weight: 10 +aliases: ["/docs/contribute/", "/docs/contribute/code/"] --- Thank you for your interest in contributing to Gardener. This page provides an overview of how to get started, what to expect from the contribution process, and how to connect with the community. diff --git a/website/contribute/contribution-process/roles.md b/website/contribute/contribution-process/roles.md index 1a11ca492..df1a88a7f 100644 --- a/website/contribute/contribution-process/roles.md +++ b/website/contribute/contribution-process/roles.md @@ -2,6 +2,7 @@ title: Community Roles weight: 30 outline: 2 +aliases: ["/docs/contribute/code/roles/"] --- # Community Roles diff --git a/website/contribute/documentation/_index.md b/website/contribute/documentation/_index.md index b35f8e2a9..f53387bcf 100644 --- a/website/contribute/documentation/_index.md +++ b/website/contribute/documentation/_index.md @@ -2,4 +2,5 @@ title: Documentation url: /contribute/documentation/ weight: 70 +aliases: ["/contribute/docs/", "/docs/contribute/documentation/"] --- \ No newline at end of file diff --git a/website/contribute/documentation/adding-existing-documentation.md b/website/contribute/documentation/adding-existing-documentation.md index 53192f5bd..405f6b382 100644 --- a/website/contribute/documentation/adding-existing-documentation.md +++ b/website/contribute/documentation/adding-existing-documentation.md @@ -1,5 +1,6 @@ --- title: Adding Already Existing Documentation +aliases: ["/docs/contribute/documentation/adding-existing-documentation/"] --- ## Overview diff --git a/website/contribute/documentation/blog-tags.md b/website/contribute/documentation/blog-tags.md index 81785c098..e1ded0b3e 100644 --- a/website/contribute/documentation/blog-tags.md +++ b/website/contribute/documentation/blog-tags.md @@ -1,5 +1,6 @@ --- title: Blog Tags Reference +aliases: ["/docs/contribute/documentation/blog-tags/"] --- ## Overview diff --git a/website/contribute/documentation/formatting-guide.md b/website/contribute/documentation/formatting-guide.md index 53f615b0b..2d7982d09 100644 --- a/website/contribute/documentation/formatting-guide.md +++ b/website/contribute/documentation/formatting-guide.md @@ -1,5 +1,6 @@ --- title: Formatting Guide +aliases: ["/docs/contribute/documentation/formatting-guide/"] --- This page gives writing formatting guidelines for the Gardener documentation. For style guidelines, see the [Style Guide](./style-guide/_index.md). diff --git a/website/contribute/documentation/images.md b/website/contribute/documentation/images.md index 29bb6a90a..57c1f0231 100644 --- a/website/contribute/documentation/images.md +++ b/website/contribute/documentation/images.md @@ -1,6 +1,6 @@ --- title: Working with Images -aliases: ["/docs/guides/contributors/content/images"] +aliases: ["/docs/guides/contributors/content/images", "/docs/contribute/documentation/images/"] weight: 15 --- diff --git a/website/contribute/documentation/markup.md b/website/contribute/documentation/markup.md index 441285134..0369c5ea9 100644 --- a/website/contribute/documentation/markup.md +++ b/website/contribute/documentation/markup.md @@ -1,5 +1,6 @@ --- title: Markdown +aliases: ["/docs/contribute/documentation/markup/"] --- Hugo uses [Markdown](https://www.markdownguide.org/) for its simple content format. However, there are a lot of things that Markdown doesn't support well. You could use pure HTML to expand possibilities. A typical example is reducing the original dimensions of an image. diff --git a/website/contribute/documentation/organization.md b/website/contribute/documentation/organization.md index 934a4f6b1..bc10d9f90 100644 --- a/website/contribute/documentation/organization.md +++ b/website/contribute/documentation/organization.md @@ -1,5 +1,6 @@ --- title: Organization +aliases: ["/docs/contribute/documentation/organization/"] --- The Gardener project implements the *documentation-as-code* paradigm. Essentially this means that: diff --git a/website/contribute/documentation/pr-guidelines.md b/website/contribute/documentation/pr-guidelines.md index 06aa2094d..060963b6c 100644 --- a/website/contribute/documentation/pr-guidelines.md +++ b/website/contribute/documentation/pr-guidelines.md @@ -1,6 +1,6 @@ --- title: Pull Request Creation Guidelines -aliases: ["/docs/contribute/documentation/pr-description"] +aliases: ["/docs/contribute/documentation/pr-description", "/docs/contribute/documentation/pr-guidelines/"] --- diff --git a/website/contribute/documentation/shortcodes.md b/website/contribute/documentation/shortcodes.md index f8ec0ef81..b71f261e1 100644 --- a/website/contribute/documentation/shortcodes.md +++ b/website/contribute/documentation/shortcodes.md @@ -1,5 +1,6 @@ --- title: Shortcodes +aliases: ["/docs/contribute/documentation/shortcodes/"] --- Shortcodes are the Hugo way to extend the limitations of Markdown before resorting to HTML. There are a number of built-in shortcodes available from Hugo. This list is extended with Gardener website shortcodes designed specifically for its content. diff --git a/website/contribute/documentation/style-guide/_index.md b/website/contribute/documentation/style-guide/_index.md index fab085f5f..798e9f9e4 100644 --- a/website/contribute/documentation/style-guide/_index.md +++ b/website/contribute/documentation/style-guide/_index.md @@ -1,5 +1,6 @@ --- Title: Style Guide +aliases: ["/docs/contribute/documentation/style-guide/"] --- This page gives writing style guidelines for the Gardener documentation. For formatting guidelines, see the [Formatting Guide](../formatting-guide.md). diff --git a/website/contribute/documentation/style-guide/concept_template.md b/website/contribute/documentation/style-guide/concept_template.md index fe25648ef..bc8b56787 100644 --- a/website/contribute/documentation/style-guide/concept_template.md +++ b/website/contribute/documentation/style-guide/concept_template.md @@ -1,6 +1,7 @@ --- Title: Concept Topic Structure Description: Describes the contents of a concept topic +aliases: ["/docs/contribute/documentation/style-guide/concept_template/"] --- # Concept Title diff --git a/website/contribute/documentation/style-guide/reference_template.md b/website/contribute/documentation/style-guide/reference_template.md index 2a1513683..db2270c51 100644 --- a/website/contribute/documentation/style-guide/reference_template.md +++ b/website/contribute/documentation/style-guide/reference_template.md @@ -1,6 +1,7 @@ --- Title: Reference Topic Structure Description: Describes the contents of a reference topic +aliases: ["/docs/contribute/documentation/style-guide/reference_template/"] --- # Topic Title diff --git a/website/contribute/documentation/style-guide/task_template.md b/website/contribute/documentation/style-guide/task_template.md index 9dfe4736c..2d46a37fa 100644 --- a/website/contribute/documentation/style-guide/task_template.md +++ b/website/contribute/documentation/style-guide/task_template.md @@ -1,6 +1,7 @@ --- Title: Task Topic Structure Description: Describes the contents of a task topic +aliases: ["/docs/contribute/documentation/style-guide/task_template/"] --- # Task Title