This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 5074018f0c [doc] fix EN doc edit link 404 (#9182)
5074018f0c is described below
commit 5074018f0c563a70f4565b05d56f3bd8045b59b3
Author: Stalary <[email protected]>
AuthorDate: Sun May 1 22:08:28 2022 +0800
[doc] fix EN doc edit link 404 (#9182)
---
docs/.vuepress/config.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 1631a0134d..6b3f4504f0 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -94,7 +94,9 @@ module.exports = {
text: 'Download', link: '/en/downloads/downloads'
}
],
- sidebar: convertSidebar(require('./sidebar/en.js'), '/en/'),
+ sidebar: {
+ '/en/': convertSidebar(require('./sidebar/en.js'), '/en/')
+ },
article: {
metaTime: 'Date',
metaAuthor: 'Author',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]