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

zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9924a8545dc fix doc home label (#280)
9924a8545dc is described below

commit 9924a8545dc1bdecb762c80e97940034af127506
Author: zy-kkk <[email protected]>
AuthorDate: Wed Aug 2 22:45:00 2023 +0800

    fix doc home label (#280)
---
 docusaurus.config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index ca708549a77..4b643b2c02c 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -192,7 +192,7 @@ const config = {
                         type: "dropdown",
                         position: 'left',
                         label: 'Docs',
-                        to: '/docs/dev/summary/basic-summary',
+                        to: '/docs/dev/get-starting/what-is-apache-doris',
                         items: [
                             {
                                 label: 'Learning Path',
@@ -201,7 +201,7 @@ const config = {
                             },
                             {
                                 label: 'Getting Started',
-                                to: '/docs/dev/summary/basic-summary',
+                                to: '/docs/dev/get-starting/quick-start',
                                 align: 'left',
                             },
                             {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to