From 53874a044a5c8a18fd13ab15e2d707b6e3b544a2 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sun, 5 Apr 2020 11:20:10 +0000 Subject: [PATCH] Deploy website Deploy website version based on b07507c9cc43912a0899aaba2845333d7978ba30 --- docs/zh-CN/1.10.x/navigation.html | 4 ++-- docs/zh-CN/1.10.x/navigation/index.html | 4 ++-- docs/zh-CN/1.11.x/navigation.html | 4 ++-- docs/zh-CN/1.11.x/navigation/index.html | 4 ++-- docs/zh-CN/1.12.0/navigation.html | 4 ++-- docs/zh-CN/1.12.0/navigation/index.html | 4 ++-- docs/zh-CN/1.13.0/navigation.html | 4 ++-- docs/zh-CN/1.13.0/navigation/index.html | 4 ++-- docs/zh-CN/1.9.x/navigation.html | 4 ++-- docs/zh-CN/1.9.x/navigation/index.html | 4 ++-- docs/zh-CN/navigation.html | 4 ++-- docs/zh-CN/navigation/index.html | 4 ++-- docs/zh-CN/next/navigation.html | 4 ++-- docs/zh-CN/next/navigation/index.html | 4 ++-- js/code-blocks-buttons.js | 10 +++++----- js/codetabs.js | 10 +++++----- js/scrollSpy.js | 4 ++-- 17 files changed, 40 insertions(+), 40 deletions(-) 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: ... } -
启用搜索翻译和本地化