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 5d97fb3708d version sort
5d97fb3708d is described below
commit 5d97fb3708d9d4c69ed1fd61be282d0eeb3d9b42
Author: jiafeng.zhang <[email protected]>
AuthorDate: Sun Aug 14 11:33:32 2022 +0800
version sort
version sort
---
docusaurus.config.js | 8 ++++----
versions.json | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 68ddb5e763b..69c4ba648d6 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -117,15 +117,15 @@ const config = {
label: '1.1',
path: '',
},
- 'dev': {
- banner: 'none',
- },
'1.0': {
banner: 'none',
},
- 0.15: {
+ '0.15': {
banner: 'none',
},
+ 'dev': {
+ banner: 'none',
+ }
},
sidebarPath: require.resolve('./sidebars.json'),
onlyIncludeVersions:
diff --git a/versions.json b/versions.json
index 9a14c24a722..323db28b754 100644
--- a/versions.json
+++ b/versions.json
@@ -1,5 +1,5 @@
[
- "dev",
"1.0",
- "0.15"
+ "0.15",
+ "dev"
]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]