This is an automated email from the ASF dual-hosted git repository.

aloalt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b735fe9 Update docusaurus.config.ts (#68)
3b735fe9 is described below

commit 3b735fe9c1be84da8bbfe8d7d240e60071033843
Author: Alexander Alten-Lorenz <[email protected]>
AuthorDate: Tue Nov 26 11:23:46 2024 +0100

    Update docusaurus.config.ts (#68)
---
 docusaurus.config.ts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index eb99afc1..cfceb0f8 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -3,7 +3,7 @@ import type {Config} from '@docusaurus/types';
 import type * as Preset from '@docusaurus/preset-classic';
 
 const config: Config = {
-  title: 'Apache Wayang (incubating)',
+  title: 'Apache Wayang',
   tagline: 'Building An Industrial Federated Learning Framework',
   favicon: 'img/wayang-logo.jpg',
 
@@ -179,15 +179,15 @@ const config: Config = {
           title: 'Docs',
           items: [
             {
-              label: 'Install',
+              label: 'Get Started with FL',
               to: '/docs/start/download',
             },
             {
-              label: 'Features',
+              label: 'Wayang Features',
               to: '/docs/introduction/features',
             },
             {
-              label: 'Benchmark',
+              label: 'Data Processing Benchmark',
               to: '/docs/introduction/benchmark',
             },
           ],

Reply via email to