diff --git a/docs/.vuepress/components/Footer.vue b/docs/.vuepress/components/Footer.vue index f29ca80..0ea56d3 100644 --- a/docs/.vuepress/components/Footer.vue +++ b/docs/.vuepress/components/Footer.vue @@ -25,7 +25,7 @@

Apache Auron (Incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright © 2025-2026 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.

-

Apache Auron, the Apache Auron logo are trademarks of The Apache Software Foundation.

+

Apache Auron and the Apache Auron logo are trademarks of The Apache Software Foundation.

Apache, the names of Apache projects, and the feather logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries. All other marks mentioned may be trademarks or registered trademarks of their respective owners.

diff --git a/docs/.vuepress/components/Head.vue b/docs/.vuepress/components/Head.vue index 3f57bda..d022782 100644 --- a/docs/.vuepress/components/Head.vue +++ b/docs/.vuepress/components/Head.vue @@ -2,7 +2,7 @@
diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 8c81595..1eab8a6 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -85,7 +85,7 @@ export default defineUserConfig({ head: [ ['link', { rel: 'icon', href: '/logo-mini.png' }] ], - title: 'Apache Auron (Incubating)', + title: 'Apache Auron™ (Incubating)', theme: defaultTheme({ logo: '/logo-mini.png', home: '/',