This is an automated email from the ASF dual-hosted git repository. rskraba pushed a commit to branch branch-1.11 in repository https://gitbox.apache.org/repos/asf/avro.git
commit 6fcd63c768f60f8f4ad59c56ddca1deb936f10ca Author: Ryan Skraba <[email protected]> AuthorDate: Fri Mar 18 20:00:47 2022 +0100 AVRO-3444: Directly link to api documentation (#1593) * AVRO-3444: Directly link to api documentation * AVRO-3444: Add missing licenses --- doc/content/en/docs/next/Contribution guidelines/_index.md | 2 +- doc/content/en/docs/next/Getting started (Java)/_index.md | 1 - doc/content/en/docs/next/IDL Language/_index.md | 2 +- doc/content/en/docs/next/MapReduce guide/_index.md | 2 +- doc/content/en/docs/next/SASL profile/_index.md | 2 +- doc/content/en/docs/next/{C++ API/_index.md => api-c++.md} | 5 +++-- doc/content/en/docs/next/{C API/_index.md => api-c.md} | 5 +++-- doc/content/en/docs/next/{csharp API/_index.md => api-csharp.md} | 5 +++-- doc/content/en/docs/next/{Java API/_index.md => api-java.md} | 5 +++-- 9 files changed, 16 insertions(+), 13 deletions(-) diff --git a/doc/content/en/docs/next/Contribution guidelines/_index.md b/doc/content/en/docs/next/Contribution guidelines/_index.md index c2ac641..f713034 100644 --- a/doc/content/en/docs/next/Contribution guidelines/_index.md +++ b/doc/content/en/docs/next/Contribution guidelines/_index.md @@ -1,7 +1,7 @@ --- title: "Contribution Guidelines" linkTitle: "Contribution Guidelines" -weight: 10 +weight: 1000 --- <!-- diff --git a/doc/content/en/docs/next/Getting started (Java)/_index.md b/doc/content/en/docs/next/Getting started (Java)/_index.md index 38a0156..06459fb 100644 --- a/doc/content/en/docs/next/Getting started (Java)/_index.md +++ b/doc/content/en/docs/next/Getting started (Java)/_index.md @@ -4,7 +4,6 @@ tags: ["java"] title: "Getting Started (Java)" linkTitle: "Getting Started (Java)" weight: 2 -avroversion: 3 --- <!-- diff --git a/doc/content/en/docs/next/IDL Language/_index.md b/doc/content/en/docs/next/IDL Language/_index.md index e454996..0c83407 100644 --- a/doc/content/en/docs/next/IDL Language/_index.md +++ b/doc/content/en/docs/next/IDL Language/_index.md @@ -1,7 +1,7 @@ --- title: "IDL Language" linkTitle: "IDL Language" -weight: 8 +weight: 201 --- <!-- diff --git a/doc/content/en/docs/next/MapReduce guide/_index.md b/doc/content/en/docs/next/MapReduce guide/_index.md index 2472444..f262bc6 100644 --- a/doc/content/en/docs/next/MapReduce guide/_index.md +++ b/doc/content/en/docs/next/MapReduce guide/_index.md @@ -1,7 +1,7 @@ --- title: "MapReduce guide" linkTitle: "MapReduce guide" -weight: 7 +weight: 200 --- <!-- diff --git a/doc/content/en/docs/next/SASL profile/_index.md b/doc/content/en/docs/next/SASL profile/_index.md index 48bf24b..67c316e 100644 --- a/doc/content/en/docs/next/SASL profile/_index.md +++ b/doc/content/en/docs/next/SASL profile/_index.md @@ -1,7 +1,7 @@ --- title: "SASL profile" linkTitle: "SASL profile" -weight: 9 +weight: 202 --- <!-- diff --git a/doc/content/en/docs/next/C++ API/_index.md b/doc/content/en/docs/next/api-c++.md similarity index 87% rename from doc/content/en/docs/next/C++ API/_index.md rename to doc/content/en/docs/next/api-c++.md index 1e03914..0e71750 100644 --- a/doc/content/en/docs/next/C++ API/_index.md +++ b/doc/content/en/docs/next/api-c++.md @@ -1,7 +1,8 @@ --- title: "C++ API" linkTitle: "C++ API" -weight: 5 +weight: 102 +manualLink: next/api/c++/html/ --- <!-- @@ -25,4 +26,4 @@ weight: 5 --> -The C++ API documentation could be found <a href="../external/c++-api/index.html">here</a>. +The C++ API documentation can be found <a href="next/api/c++/html/">here</a>. diff --git a/doc/content/en/docs/next/C API/_index.md b/doc/content/en/docs/next/api-c.md similarity index 88% rename from doc/content/en/docs/next/C API/_index.md rename to doc/content/en/docs/next/api-c.md index 7d06b9a..4656eb2 100644 --- a/doc/content/en/docs/next/C API/_index.md +++ b/doc/content/en/docs/next/api-c.md @@ -1,7 +1,8 @@ --- title: "C API" linkTitle: "C API" -weight: 5 +weight: 101 +manualLink: next/api/c/ --- <!-- @@ -25,4 +26,4 @@ weight: 5 --> -The C API documentation could be found <a href="../external/c/index.html">here</a>. +The C API documentation can be found <a href="next/api/c/">here</a>. diff --git a/doc/content/en/docs/next/csharp API/_index.md b/doc/content/en/docs/next/api-csharp.md similarity index 86% rename from doc/content/en/docs/next/csharp API/_index.md rename to doc/content/en/docs/next/api-csharp.md index afbb8f6..b319a9d 100644 --- a/doc/content/en/docs/next/csharp API/_index.md +++ b/doc/content/en/docs/next/api-csharp.md @@ -1,7 +1,8 @@ --- title: "C# API" linkTitle: "C# API" -weight: 6 +weight: 103 +manualLink: next/api/csharp/html/ --- <!-- @@ -25,4 +26,4 @@ weight: 6 --> -The C# API documentation could be found <a href="../external/csharp/index.html">here</a>. +The C# API documentation can be found <a href="next/api/csharp/html/">here</a>. diff --git a/doc/content/en/docs/next/Java API/_index.md b/doc/content/en/docs/next/api-java.md similarity index 88% rename from doc/content/en/docs/next/Java API/_index.md rename to doc/content/en/docs/next/api-java.md index 8ccaa4e..70bbf4a 100644 --- a/doc/content/en/docs/next/Java API/_index.md +++ b/doc/content/en/docs/next/api-java.md @@ -1,7 +1,8 @@ --- title: "Java API" linkTitle: "Java API" -weight: 4 +weight: 100 +manualLink: next/api/java/ --- <!-- @@ -25,4 +26,4 @@ weight: 4 --> -The Javadocs could be found [here](https://avro.apache.org/docs/current/api/java/index.html) +The Javadocs can be found <a href="next/api/java/">here</a>.
