From f2b76f0f053cca0078549ed4fd611419cfc4da8b Mon Sep 17 00:00:00 2001 From: zhangli20 Date: Wed, 10 Jun 2026 15:12:40 +0800 Subject: [PATCH] Fix ASF branding compliance: add (Incubating) suffix, Apache prefix, and proper primary heading - Use 'Apache Auron (Incubating)' as primary heading on homepage (Head.vue) - Add '(Incubating)' suffix to all external references of the podling name - Add 'Apache' prefix to sibling ASF project names (Spark, Flink, Hudi, Paimon) - Add site title 'Apache Auron (Incubating)' in config.ts - Update .asf.yaml description with '(Incubating)' suffix - Fix chart labels in BenchmarkChart.vue --- .asf.yaml | 2 +- docs/.vuepress/components/BenchmarkChart.vue | 4 +-- docs/.vuepress/components/Footer.vue | 2 +- docs/.vuepress/components/Head.vue | 14 ++++----- docs/.vuepress/config.ts | 1 + docs/README.md | 2 +- docs/archives/v6.0.0-incubating.md | 2 +- docs/archives/v7.0.0-incubating.md | 2 +- docs/documents/benchmarks.md | 8 +++--- docs/documents/configuration.md | 2 +- docs/documents/getting-started.md | 26 ++++++++--------- docs/introduction.md | 30 ++++++++++---------- 12 files changed, 48 insertions(+), 47 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 2099706..d425810 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -14,7 +14,7 @@ # limitations under the License. github: - description: "Apache Auron Site" + description: "Apache Auron (Incubating) Site" homepage: https://auron.apache.org/ labels: - auron diff --git a/docs/.vuepress/components/BenchmarkChart.vue b/docs/.vuepress/components/BenchmarkChart.vue index c1635b2..11eb08b 100644 --- a/docs/.vuepress/components/BenchmarkChart.vue +++ b/docs/.vuepress/components/BenchmarkChart.vue @@ -111,7 +111,7 @@ const updateChartOption = () => { }, series: [ { - name: 'Spark-3.5.1', + name: 'Apache Spark-3.5.1', type: 'bar', barWidth: config.barWidth, data: sparkResultValues, @@ -119,7 +119,7 @@ const updateChartOption = () => { data: [{ type: 'average', name: 'Average' }], }, }, { - name: 'Auron-6.0.0-preview', + name: 'Apache Auron (Incubating)-6.0.0-preview', type: 'bar', barWidth: config.barWidth, data: blazeResultValues, diff --git a/docs/.vuepress/components/Footer.vue b/docs/.vuepress/components/Footer.vue index 9ac2331..f961fe7 100644 --- a/docs/.vuepress/components/Footer.vue +++ b/docs/.vuepress/components/Footer.vue @@ -23,7 +23,7 @@ diff --git a/docs/.vuepress/components/Head.vue b/docs/.vuepress/components/Head.vue index ed77fb0..270bf35 100644 --- a/docs/.vuepress/components/Head.vue +++ b/docs/.vuepress/components/Head.vue @@ -1,8 +1,8 @@