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 99a9f914 Revert "Update docusaurus.config.ts (#68)" (#70)
99a9f914 is described below
commit 99a9f9147749b08386ea9f69987ea7d28e751c0e
Author: Alexander Alten-Lorenz <[email protected]>
AuthorDate: Tue Nov 26 14:35:34 2024 +0100
Revert "Update docusaurus.config.ts (#68)" (#70)
This reverts commit 3b735fe9c1be84da8bbfe8d7d240e60071033843.
---
docusaurus.config.ts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index cfceb0f8..eb99afc1 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',
+ title: 'Apache Wayang (incubating)',
tagline: 'Building An Industrial Federated Learning Framework',
favicon: 'img/wayang-logo.jpg',
@@ -179,15 +179,15 @@ const config: Config = {
title: 'Docs',
items: [
{
- label: 'Get Started with FL',
+ label: 'Install',
to: '/docs/start/download',
},
{
- label: 'Wayang Features',
+ label: 'Features',
to: '/docs/introduction/features',
},
{
- label: 'Data Processing Benchmark',
+ label: 'Benchmark',
to: '/docs/introduction/benchmark',
},
],