This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 8f28a2debd6 Hide search in home page (#1375)
8f28a2debd6 is described below
commit 8f28a2debd661950230dbdde1e2aaad62cef8b3a
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Aug 12 10:45:32 2022 +0800
Hide search in home page (#1375)
---
content/zh/_index.html | 4 +++-
content/zh/overview/_index.md | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/content/zh/_index.html b/content/zh/_index.html
index f09805b28a2..5476f89f49a 100644
--- a/content/zh/_index.html
+++ b/content/zh/_index.html
@@ -3,7 +3,9 @@ title = "Apache Dubbo"
linkTitle = "Apache Dubbo Website"
+++
-
+<script>
+ document.getElementById("docsearch").style.display="none";
+</script>
{{< blocks/cover title="Apache Dubbo" image_anchor="top" height="full"
color="secondary" >}}
<div class="mx-auto">
<div id="docsearch_zh_home" class="btn btn-lg mr-3 mb-4"></div>
diff --git a/content/zh/overview/_index.md b/content/zh/overview/_index.md
index 638a35f681e..9009d6cb4dd 100755
--- a/content/zh/overview/_index.md
+++ b/content/zh/overview/_index.md
@@ -1,8 +1,8 @@
---
type: docs
-title: "文档"
-linkTitle: "文档"
+title: "入门文档"
+linkTitle: "入门文档"
no_list: true
hide_summary: true
menu: