Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.vuepress/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<br>
<p>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.</p>
<p>Copyright © 2025-2026 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
<p>Apache Auron, the Apache Auron logo are trademarks of The Apache Software Foundation.</p>
<p>Apache Auron and the Apache Auron logo are trademarks of The Apache Software Foundation.</p>
<p>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.</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/components/Head.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="home-banner">
<div class="banner-title-container">
<div class="banner-title">Apache Auron™ (Incubating)</div>
<div class="banner-subtitle">The accelerator for big data engines (e.g., Apache Spark, Apache Flink) leveraging native vectorized execution to accelerate query processing.</div>
<div class="banner-subtitle">Apache Auron software is an accelerator for big data engines (e.g., Apache Spark, Apache Flink), leveraging native vectorized execution to accelerate query processing.</div>
<div class="github-buttons-container"><GitHubBadge /></div>
<a class="route-link auto-link vp-hero-action-button primary" href="/documents/getting-started" aria-label="Get Started">Get Started</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: '/',
Expand Down