From 5d1473cd7f2b563a10c141df3c6f6ea6c906709a Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sun, 11 Feb 2018 05:11:51 +0000 Subject: [PATCH] Deploy website Deploy website version based on baa1eaa425cf5e95be6166bcf3e60d320e3cfa16 --- docs/en/doc-markdown.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/doc-markdown.html b/docs/en/doc-markdown.html index 0183628520..98981d0d82 100644 --- a/docs/en/doc-markdown.html +++ b/docs/en/doc-markdown.html @@ -7,8 +7,8 @@
Edit

Markdown Features

Markdown Headers

Documents

Documents use the following markdown header fields that are enclosed by a line --- on either side:

-

id: A unique document id. If this field is not present, the document's id will default to it's file name (without the extension).

-

title: The title of your document. If this field is not present, the document's title will default to it's id.

+

id: A unique document id. If this field is not present, the document's id will default to its file name (without the extension).

+

title: The title of your document. If this field is not present, the document's title will default to its id.

sidebar_label: The text shown in the document sidebar for this document. If this field is not present, the document's sidebar_label will default to its title.

For example:

---