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 @@