This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new e2b285e0e01 hide solution page (#990)
e2b285e0e01 is described below
commit e2b285e0e01ff1bfcbdd640cb4169e26f73223ab
Author: jimin <[email protected]>
AuthorDate: Sun Jul 6 18:05:45 2025 +0800
hide solution page (#990)
---
docusaurus.config.js | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 11a6bb78655..4616a7ccdb2 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -192,11 +192,11 @@ const config = {
to: '/download/seata-server',
position: 'right',
},
- {
- label: 'Solution',
- to: '/solution',
- position: 'right',
- },
+ // {
+ // label: 'Solution',
+ // to: '/solution',
+ // position: 'right',
+ // },
// {
// label: 'Console sample',
// to: 'http://demo.seata.io/',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]