Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Contributing Bigger Changes
sidebar: true
menu: sln
weight: 20
aliases: ["/docs/contribute/code/contributing-bigger-changes/"]
---

## Contributing Bigger Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions website/contribute/contribution-process/roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Community Roles
weight: 30
outline: 2
aliases: ["/docs/contribute/code/roles/"]
---

# Community Roles
Expand Down
1 change: 1 addition & 0 deletions website/contribute/documentation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
title: Documentation
url: /contribute/documentation/
weight: 70
aliases: ["/contribute/docs/", "/docs/contribute/documentation/"]
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Adding Already Existing Documentation
aliases: ["/docs/contribute/documentation/adding-existing-documentation/"]
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions website/contribute/documentation/blog-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Blog Tags Reference
aliases: ["/docs/contribute/documentation/blog-tags/"]
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions website/contribute/documentation/formatting-guide.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion website/contribute/documentation/images.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
1 change: 1 addition & 0 deletions website/contribute/documentation/markup.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions website/contribute/documentation/organization.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Organization
aliases: ["/docs/contribute/documentation/organization/"]
---

The Gardener project implements the *documentation-as-code* paradigm. Essentially this means that:
Expand Down
2 changes: 1 addition & 1 deletion website/contribute/documentation/pr-guidelines.md
Original file line number Diff line number Diff line change
@@ -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/"]
---

<!-- contains only public information -->
Expand Down
1 change: 1 addition & 0 deletions website/contribute/documentation/shortcodes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions website/contribute/documentation/style-guide/_index.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down