From a37b1a68564f8b3c8a939255e83784fcad3d3a49 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Mon, 26 Aug 2024 14:19:51 +0300 Subject: [PATCH] Sort the docs items by their recency More recently released versions are at the top. The value of `weight` is: minus-sign followed by the version without dots, e.g. 1.12.0 => -1120 The special version `++version++` (meaning "in development") is always at the top, with weight=-9999 Signed-off-by: Martin Tzvetanov Grigorov --- doc/content/en/docs/++version++/_index.md | 4 ++-- doc/content/en/docs/1.11.1/_index.md | 2 +- doc/content/en/docs/1.11.2/_index.md | 2 +- doc/content/en/docs/1.11.3/_index.md | 2 +- doc/content/en/docs/1.12.0/_index.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/content/en/docs/++version++/_index.md b/doc/content/en/docs/++version++/_index.md index 1a48bc5607b..c67a74d82d5 100755 --- a/doc/content/en/docs/++version++/_index.md +++ b/doc/content/en/docs/++version++/_index.md @@ -2,9 +2,9 @@ title: "Apache Avro™ ++version++ Documentation" linkTitle: "++version++" type: docs -weight: 10 aliases: -- /docs/current/ + - /docs/current/ +weight: -9999 ---