From e96a10c2a8cfe340f3ff8c1a07837618735b29ef Mon Sep 17 00:00:00 2001 From: Meg McRoberts Date: Wed, 15 Nov 2023 02:36:50 -0800 Subject: [PATCH] docs: fix weights for contrib/docs files (#2503) Signed-off-by: Meg McRoberts --- .../en/contribute/docs/contrib-guidelines-docs/_index.md | 2 +- docs/content/en/contribute/docs/linter-requirements/_index.md | 2 +- docs/content/en/contribute/docs/local-building/_index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/en/contribute/docs/contrib-guidelines-docs/_index.md b/docs/content/en/contribute/docs/contrib-guidelines-docs/_index.md index c4ca2e0d0b..9f48b69b58 100644 --- a/docs/content/en/contribute/docs/contrib-guidelines-docs/_index.md +++ b/docs/content/en/contribute/docs/contrib-guidelines-docs/_index.md @@ -1,7 +1,7 @@ --- title: Contribution guidelines for documentation description: Guidelines for contributing towards Keptn Lifecycle Toolkit -weight: 300 +weight: 100 --- The [Contribution Guidelines](../../general/contrib-guidelines-gen) page diff --git a/docs/content/en/contribute/docs/linter-requirements/_index.md b/docs/content/en/contribute/docs/linter-requirements/_index.md index 2ea8d4b754..3dd8ef4ec2 100644 --- a/docs/content/en/contribute/docs/linter-requirements/_index.md +++ b/docs/content/en/contribute/docs/linter-requirements/_index.md @@ -1,7 +1,7 @@ --- title: Linter Requirements description: To maintain optimal code quality, this project employs linters which require a specific IDE configuration for effective utilization. -weight: 400 +weight: 320 --- ## Linter Requirements diff --git a/docs/content/en/contribute/docs/local-building/_index.md b/docs/content/en/contribute/docs/local-building/_index.md index 73d360856a..79eede71a6 100644 --- a/docs/content/en/contribute/docs/local-building/_index.md +++ b/docs/content/en/contribute/docs/local-building/_index.md @@ -1,7 +1,7 @@ --- title: Build Documentation Locally description: This guide explains how to create a local version of the documentation -weight: 400 +weight: 200 --- ## Building the documentation locally