This is an automated email from the ASF dual-hosted git repository. aloalt pushed a commit to branch 2pk03-2 in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
commit bf4dc6bc16ced40e4e07d744728431d8d2bcf97b Author: Alexander Alten-Lorenz <[email protected]> AuthorDate: Tue Nov 26 11:16:34 2024 +0100 Update docusaurus.config.ts --- 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', }, ],
