This is an automated email from the ASF dual-hosted git repository.
luzhijing 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 90fb7085635 [fix] fix get-starting/quick-start error (#335)
90fb7085635 is described below
commit 90fb708563510d2e447562b8c6d9ad3c909675e5
Author: Jeffrey <[email protected]>
AuthorDate: Thu Nov 9 21:15:51 2023 +0800
[fix] fix get-starting/quick-start error (#335)
---
docusaurus.config.js | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 7cffa00eb6a..dfb74a08551 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -143,6 +143,10 @@ const config = {
from: '/docs/dev/summary/basic-summary',
to: '/docs/dev/get-starting/quick-start',
},
+ {
+ from: '/docs/dev/get-starting',
+ to: '/docs/dev/get-starting/quick-start',
+ },
],
},
],
@@ -220,11 +224,11 @@ const config = {
type: 'dropdown',
position: 'left',
label: 'Docs',
- to: '/docs/get-starting',
+ to: '/docs/get-starting/quick-start',
items: [
{
label: 'Getting Started',
- to: '/docs/get-starting',
+ to: '/docs/get-starting/quick-start',
align: 'left',
},
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]