This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch avro-rs-issue-22 in repository https://gitbox.apache.org/repos/asf/avro.git
commit 8afb7e5ffc182cd390fc7e1166daf600832de8bb Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Mon Oct 14 09:57:45 2024 +0300 chore: docs: Add more aliases for `++version++` to `current` Reported at https://github.com/apache/avro-rs/issues/22 Discussed at https://github.com/apache/avro-rs/pull/20#issuecomment-2409096820 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> --- doc/content/en/docs/++version++/Getting started (Java)/_index.md | 2 ++ doc/content/en/docs/++version++/Getting started (Python)/_index.md | 2 ++ doc/content/en/docs/++version++/IDL Language/_index.md | 2 ++ doc/content/en/docs/++version++/MapReduce guide/_index.md | 2 ++ doc/content/en/docs/++version++/SASL profile/_index.md | 2 ++ doc/content/en/docs/++version++/Specification/_index.md | 1 + 6 files changed, 11 insertions(+) diff --git a/doc/content/en/docs/++version++/Getting started (Java)/_index.md b/doc/content/en/docs/++version++/Getting started (Java)/_index.md index 429e98376..c2470518b 100644 --- a/doc/content/en/docs/++version++/Getting started (Java)/_index.md +++ b/doc/content/en/docs/++version++/Getting started (Java)/_index.md @@ -4,6 +4,8 @@ tags: ["java"] title: "Getting Started (Java)" linkTitle: "Getting Started (Java)" weight: 2 +aliases: +- /docs/current/getting-started-java/ --- <!-- diff --git a/doc/content/en/docs/++version++/Getting started (Python)/_index.md b/doc/content/en/docs/++version++/Getting started (Python)/_index.md index 44e3a8f37..cc9a8d774 100644 --- a/doc/content/en/docs/++version++/Getting started (Python)/_index.md +++ b/doc/content/en/docs/++version++/Getting started (Python)/_index.md @@ -4,6 +4,8 @@ tags: ["python"] title: "Getting Started (Python)" linkTitle: "Getting Started (Python)" weight: 3 +aliases: +- /docs/current/getting-started-python/ --- <!-- diff --git a/doc/content/en/docs/++version++/IDL Language/_index.md b/doc/content/en/docs/++version++/IDL Language/_index.md index 68c5605b7..920d12d4d 100644 --- a/doc/content/en/docs/++version++/IDL Language/_index.md +++ b/doc/content/en/docs/++version++/IDL Language/_index.md @@ -2,6 +2,8 @@ title: "IDL Language" linkTitle: "IDL Language" weight: 201 +aliases: +- /docs/current/idl-language/ --- <!-- diff --git a/doc/content/en/docs/++version++/MapReduce guide/_index.md b/doc/content/en/docs/++version++/MapReduce guide/_index.md index f262bc6e2..86f776fb4 100644 --- a/doc/content/en/docs/++version++/MapReduce guide/_index.md +++ b/doc/content/en/docs/++version++/MapReduce guide/_index.md @@ -2,6 +2,8 @@ title: "MapReduce guide" linkTitle: "MapReduce guide" weight: 200 +aliases: +- /docs/current/mapreduce-guide/ --- <!-- diff --git a/doc/content/en/docs/++version++/SASL profile/_index.md b/doc/content/en/docs/++version++/SASL profile/_index.md index a93831041..6676d585c 100644 --- a/doc/content/en/docs/++version++/SASL profile/_index.md +++ b/doc/content/en/docs/++version++/SASL profile/_index.md @@ -2,6 +2,8 @@ title: "SASL profile" linkTitle: "SASL profile" weight: 202 +aliases: +- /docs/current/sasl-profile/ --- <!-- diff --git a/doc/content/en/docs/++version++/Specification/_index.md b/doc/content/en/docs/++version++/Specification/_index.md index bacb07d0f..53b815c10 100755 --- a/doc/content/en/docs/++version++/Specification/_index.md +++ b/doc/content/en/docs/++version++/Specification/_index.md @@ -5,6 +5,7 @@ weight: 4 date: 2021-10-25 aliases: - spec.html +- /docs/current/specification/ --- <!--
