This is an automated email from the ASF dual-hosted git repository.
jiafengzheng 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 711f2376170 modify the homepage path of the docs (#61)
711f2376170 is described below
commit 711f2376170186cb8410b28ef54585d412a7df0a
Author: song7788q <[email protected]>
AuthorDate: Tue Aug 23 13:49:39 2022 +0800
modify the homepage path of the docs (#61)
modify the homepage path of the docs
---
docusaurus.config.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 52f3d0b9a81..177fa5aba35 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -177,8 +177,8 @@ const config = {
type: 'doc',
position: 'left',
label: 'Docs',
- docId: 'get-starting/get-starting',
- to: '/get-starting',
+ docId: 'summary/basic-summary',
+ to: '/basic-summary',
},
{ to: '/blog', label: 'Blog', position: 'left' },
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]