From bedad020ebaffd085122ec84fd54ad5c172e8bf3 Mon Sep 17 00:00:00 2001 From: Nate W <4453979+nate-double-u@users.noreply.github.com> Date: Thu, 3 Dec 2020 14:45:55 -0800 Subject: [PATCH] Adding weights to main section files Updating for new TOC as per issue https://github.com/etcd-io/website/issues/81 Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com> --- Documentation/_index.md | 1 + Documentation/benchmarks/_index.md | 1 + Documentation/dev-guide/_index.md | 1 + Documentation/learning/_index.md | 1 + Documentation/op-guide/_index.md | 1 + Documentation/platforms/_index.md | 1 + Documentation/triage/_index.md | 1 + Documentation/upgrades/_index.md | 1 + 8 files changed, 8 insertions(+) diff --git a/Documentation/_index.md b/Documentation/_index.md index 651debf0e..cdf3f07d7 100644 --- a/Documentation/_index.md +++ b/Documentation/_index.md @@ -1,5 +1,6 @@ --- title: etcd version ___ +weight: 1000 --- These docs cover everything from setting up and running an etcd cluster to using etcd in applications. Improvements to these docs are encouraged through [pull requests](https://help.github.com/en/articles/about-pull-requests) to the [etcd project](https://github.com/etcd-io/etcd) on GitHub. diff --git a/Documentation/benchmarks/_index.md b/Documentation/benchmarks/_index.md index ccd3d62fd..0ba7d85bf 100644 --- a/Documentation/benchmarks/_index.md +++ b/Documentation/benchmarks/_index.md @@ -1,3 +1,4 @@ --- title: Benchmarks +weight: 5000 --- diff --git a/Documentation/dev-guide/_index.md b/Documentation/dev-guide/_index.md index 50aee7f14..ecb479dfc 100644 --- a/Documentation/dev-guide/_index.md +++ b/Documentation/dev-guide/_index.md @@ -1,3 +1,4 @@ --- title: Developer guide +weight: 3000 --- diff --git a/Documentation/learning/_index.md b/Documentation/learning/_index.md index a699f13bf..9f4bf13a0 100644 --- a/Documentation/learning/_index.md +++ b/Documentation/learning/_index.md @@ -1,3 +1,4 @@ --- title: Learning +weight: 2000 --- diff --git a/Documentation/op-guide/_index.md b/Documentation/op-guide/_index.md index 7c83507f6..87bcb91bb 100644 --- a/Documentation/op-guide/_index.md +++ b/Documentation/op-guide/_index.md @@ -1,3 +1,4 @@ --- title: Operations guide +weight: 4000 --- diff --git a/Documentation/platforms/_index.md b/Documentation/platforms/_index.md index 48a164f01..0862062b1 100644 --- a/Documentation/platforms/_index.md +++ b/Documentation/platforms/_index.md @@ -1,3 +1,4 @@ --- title: Platforms +weight: 7000 --- diff --git a/Documentation/triage/_index.md b/Documentation/triage/_index.md index 4271b4ad8..76b8d2356 100644 --- a/Documentation/triage/_index.md +++ b/Documentation/triage/_index.md @@ -1,3 +1,4 @@ --- title: Triage +weight: 8000 --- diff --git a/Documentation/upgrades/_index.md b/Documentation/upgrades/_index.md index 54a9c0dc9..7cd92e0b2 100644 --- a/Documentation/upgrades/_index.md +++ b/Documentation/upgrades/_index.md @@ -1,3 +1,4 @@ --- title: Upgrading +weight: 6000 ---