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 702ecd9e72a97d418b152433480182fce1b3d4bc Author: Ryan Skraba <[email protected]> AuthorDate: Tue Jun 28 19:51:42 2022 +0200 AVRO-3545: Some text fixes on website (#1733) --- doc/config.toml | 5 +++++ doc/content/en/blog/news/avro-joins-apache.md | 2 +- doc/content/en/blog/releases/_index.md | 2 +- doc/content/en/blog/releases/avro-joins-apache.md | 8 ++++---- doc/content/en/docs/next/Getting started (Java)/_index.md | 2 +- doc/content/en/project/License/_index.md | 1 + doc/content/en/project/Privacy policy/_index.md | 1 + doc/content/en/project/Security/_index.md | 1 + doc/content/en/project/Thanks/_index.md | 1 + doc/layouts/partials/footer.html | 2 +- 10 files changed, 17 insertions(+), 8 deletions(-) diff --git a/doc/config.toml b/doc/config.toml index 07d5eba80..449096474 100644 --- a/doc/config.toml +++ b/doc/config.toml @@ -216,6 +216,11 @@ enable = true url = "https://github.com/apache/avro" icon = "fab fa-github" desc = "Development takes place here!" +[[params.links.developer]] + name = "Issues" + url = "https://issues.apache.org/jira/projects/AVRO/issues" + icon = "fab fa-jira" + desc = "Track bugs and new features" [[params.links.developer]] name = "Chat with other project developers at Slack" url = "https://the-asf.slack.com/" diff --git a/doc/content/en/blog/news/avro-joins-apache.md b/doc/content/en/blog/news/avro-joins-apache.md index 14ffe8f42..dbc187264 100755 --- a/doc/content/en/blog/news/avro-joins-apache.md +++ b/doc/content/en/blog/news/avro-joins-apache.md @@ -25,4 +25,4 @@ date: 2009-04-10 --> -Avro has joined the Apache Software Foundataion as a Hadoop subproject. +Avro has joined the Apache Software Foundation as a Hadoop subproject. diff --git a/doc/content/en/blog/releases/_index.md b/doc/content/en/blog/releases/_index.md index a43cc5971..55875726b 100644 --- a/doc/content/en/blog/releases/_index.md +++ b/doc/content/en/blog/releases/_index.md @@ -1,7 +1,7 @@ --- title: "Releases" linkTitle: "Releases" -weight: 21 +weight: 20 aliases: - /releases.html --- diff --git a/doc/content/en/blog/releases/avro-joins-apache.md b/doc/content/en/blog/releases/avro-joins-apache.md index c077ba622..dbc187264 100755 --- a/doc/content/en/blog/releases/avro-joins-apache.md +++ b/doc/content/en/blog/releases/avro-joins-apache.md @@ -1,7 +1,7 @@ --- -title: "Avro 1.0.0" -linkTitle: "Avro 1.0.0" -date: 2010-04-10 +title: "Avro joins Apache" +linkTitle: "Avro joins Apache" +date: 2009-04-10 --- <!-- @@ -25,4 +25,4 @@ date: 2010-04-10 --> -Avro has joined the Apache Software Foundataion as a Hadoop subproject. +Avro has joined the Apache Software Foundation as a Hadoop subproject. 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 06459fbf3..f3944cf02 100644 --- a/doc/content/en/docs/next/Getting started (Java)/_index.md +++ b/doc/content/en/docs/next/Getting started (Java)/_index.md @@ -194,7 +194,7 @@ $ mvn -q exec:java -Dexec.mainClass=example.SpecificMain ``` ### Beta feature: Generating faster code -In {{< avro_version >}} release we have introduced a new approach to generating code that speeds up decoding of objects by more than 10% and encoding by more than 30% (future performance enhancements are underway). To ensure a smooth introduction of this change into production systems, this feature is controlled by a feature flag, the system property org.apache.avro.specific.use_custom_coders. In this first release, this feature is off by default. To turn it on, set the system flag to tr [...] +In release 1.9.0, we introduced a new approach to generating code that speeds up decoding of objects by more than 10% and encoding by more than 30% (future performance enhancements are underway). To ensure a smooth introduction of this change into production systems, this feature is controlled by a feature flag, the system property org.apache.avro.specific.use_custom_coders. In this first release, this feature is off by default. To turn it on, set the system flag to true at runtime. In t [...] $ mvn -q exec:java -Dexec.mainClass=example.SpecificMain \ -Dorg.apache.avro.specific.use_custom_coders=true diff --git a/doc/content/en/project/License/_index.md b/doc/content/en/project/License/_index.md index a832848c9..c7e312faa 100755 --- a/doc/content/en/project/License/_index.md +++ b/doc/content/en/project/License/_index.md @@ -2,6 +2,7 @@ title: "License" linkTitle: "License" weight: 3 +manualLink: https://www.apache.org/licenses/ --- <!-- diff --git a/doc/content/en/project/Privacy policy/_index.md b/doc/content/en/project/Privacy policy/_index.md index e051387e3..8d6b564fa 100755 --- a/doc/content/en/project/Privacy policy/_index.md +++ b/doc/content/en/project/Privacy policy/_index.md @@ -2,6 +2,7 @@ title: "Privacy policy" linkTitle: "Privacy policy" weight: 3 +manualLink: https://hadoop.apache.org/privacy_policy.html --- <!-- diff --git a/doc/content/en/project/Security/_index.md b/doc/content/en/project/Security/_index.md index a025c15b2..dcac88517 100755 --- a/doc/content/en/project/Security/_index.md +++ b/doc/content/en/project/Security/_index.md @@ -2,6 +2,7 @@ title: "Security" linkTitle: "Security" weight: 3 +manualLink: https://www.apache.org/security/ --- <!-- diff --git a/doc/content/en/project/Thanks/_index.md b/doc/content/en/project/Thanks/_index.md index f3dc3fe44..22db73752 100755 --- a/doc/content/en/project/Thanks/_index.md +++ b/doc/content/en/project/Thanks/_index.md @@ -2,6 +2,7 @@ title: "Thanks" linkTitle: "Thanks" weight: 7 +manualLink: https://www.apache.org/foundation/thanks.html --- <!-- diff --git a/doc/layouts/partials/footer.html b/doc/layouts/partials/footer.html index c5ea7590a..0ed32d56d 100644 --- a/doc/layouts/partials/footer.html +++ b/doc/layouts/partials/footer.html @@ -42,7 +42,7 @@ {{ if not .Site.Params.ui.footer_about_disable }} {{ with .Site.GetPage "about" }}<p class="mt-2"><a href="{{ .RelPermalink }}">{{ .Title }}</a></p>{{ end }} {{ end }} - <p><small class="text-white">Apache, Avro and Hadoop are registered trademarks of the Apache Software Foundation in the United States and other countries.</small></p> + <p><small class="text-white">Apache Avro, Avro™, Apache®, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation.</small></p> </div> </div> </div>
