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 202ba3e504 Update for seo
202ba3e504 is described below

commit 202ba3e504ddd4396fbc447acdd6530e04331a2c
Author: Albumen Kevin <[email protected]>
AuthorDate: Thu Feb 23 13:17:10 2023 +0800

    Update for seo
---
 content/zh-cn/docs3-v2/_index.md |   2 ++
 layouts/partials/head.html       |   1 +
 static/favicon.ico               | Bin 0 -> 16958 bytes
 3 files changed, 3 insertions(+)

diff --git a/content/zh-cn/docs3-v2/_index.md b/content/zh-cn/docs3-v2/_index.md
index 3b3fe7cf49..a6e10a6109 100755
--- a/content/zh-cn/docs3-v2/_index.md
+++ b/content/zh-cn/docs3-v2/_index.md
@@ -3,12 +3,14 @@
 type: docs
 title: "SDK 手册"
 linkTitle: "SDK 手册"
+description: "SDK 手册"
 no_list: true
 hide_summary: true
 menu:
   main:
     weight: 10
 ---
+
 > 本文档基于 Dubbo3 编写,由于 Dubbo3 完全兼容 2.7 版本用法,因此文档中的通用功能(除 3.x 版本特有功能外)同样适用于 2.7 
 > 版本用户。
 >
 > 点此可查看[老版本文档](../docsv2.7)
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 626b1efbe7..d5206ba9e0 100755
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -77,6 +77,7 @@
 {{ else }}
 {{ end }}
 <meta property="og:type" content="{{ $ogType }}">
+<meta name="viewport" content="width=device-width">
 
 {{ if .HasShortcode "mermaid" }}
 <!-- Copied from https://unpkg.com/[email protected]/dist/mermaid.min.js -->
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000000..eedaf39461
Binary files /dev/null and b/static/favicon.ico differ

Reply via email to