This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 93990b9e SUBMARINE-1303. Add Chinese website link
93990b9e is described below
commit 93990b9edeceb54889ffc5f36626fc035eb28eb0
Author: cdmikechen <[email protected]>
AuthorDate: Sun Aug 21 13:50:15 2022 +0800
SUBMARINE-1303. Add Chinese website link
### What is this PR for?
Add locale dropdown for Chinese link https://submarine.apache.org/zh-cn/
### What type of PR is it?
Documentation
### Todos
* [x] - Add locale dropdown
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-1303
### How should this be tested?
No
### Screenshots (if appropriate)

### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: cdmikechen <[email protected]>
Signed-off-by: Kevin <[email protected]>
Closes #986 from cdmikechen/SUBMARINE-1303 and squashes the following
commits:
ff579ccf [cdmikechen] format comment
389a05ca [cdmikechen] Add locale dropdown for chinese link
---
website/docusaurus.config.js | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 074abb39..ea18739b 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -65,7 +65,11 @@ module.exports = {
label: 'Download',
position: 'left'
},
- // right
+ // right
+ {
+ type: 'localeDropdown',
+ position: 'right',
+ },
{
type: 'docsVersionDropdown',
dropdownItemsAfter: [{to: '/versions', label: 'All versions'}],
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]