diff --git a/docs/zh-CN/1.10.x/navigation.html b/docs/zh-CN/1.10.x/navigation.html index e2e21f86f6..4ec488ba74 100644 --- a/docs/zh-CN/1.10.x/navigation.html +++ b/docs/zh-CN/1.10.x/navigation.html @@ -85,7 +85,7 @@

For example, if you are in doc2.md and you want to reference doc1.md:

I am referencing a [document](doc1.md).
 
-

How Documents are Linked

+

如何链接文档

New markdown files within docs will show up as pages on the website. Links to those documents are created first by using the id in the header of each document. If there is no id field, then the name of the file will serve as the link name.

For example, creating an empty file such as docs/getting-started.md will enable the new page URL as /docs/getting-started.html.

Suppose you add this to your document:

@@ -291,7 +291,7 @@ The above will generate: ... } -
启用搜索翻译和本地化