Deploy website

Deploy website version based on ad22c9fab4
This commit is contained in:
Website Deployment Script 2019-10-29 15:22:05 +00:00
parent d45405abfc
commit c21c204804
157 changed files with 1425 additions and 1425 deletions

View file

@ -88,7 +88,7 @@
<li><code>id</code>: A unique document id. If this field is not present, the document's <code>id</code> will default to its file name (without the extension).</li>
<li><code>title</code>: The title of your document. If this field is not present, the document's <code>title</code> will default to its <code>id</code>.</li>
<li><code>hide_title</code>: Whether to hide the title at the top of the doc.</li>
<li><code>description</code>: The description of your document which will become the <code>&lt;meta name=&quot;description&quot; content=&quot;...&quot;/&gt;</code> and <code>&lt;meta property=&quot;og:description&quot; content=&quot;...&quot;/&gt;</code> in <code>&lt;head&gt;</code>, used by search engines. If this field is not present, it will default to the first line of the contents.</li>
<li><code>description</code>: La description de votre document qui sera fournit dans <code>&lt;meta name=&quot;description&quot; content=&quot;...&quot;/&gt;</code> et <code>&lt;meta property=&quot;og:description&quot; content=&quot;...&quot;/&gt;</code> du <code>&lt;head&gt;</code>, utilisé par les moteurs de recherche. Si ce champ n'est pas présent, il sera par défaut à la première ligne du contenu.</li>
<li><code>sidebar_label</code>: The text shown in the document sidebar and in the next/previous button for this document. If this field is not present, the document's <code>sidebar_label</code> will default to its <code>title</code>.</li>
</ul>
<p>Par exemple :</p>
@ -111,7 +111,7 @@
<p>Par exemple :</p>
<pre><code class="hljs css language-yaml"><span class="hljs-meta">---</span>
<span class="hljs-attr">id:</span> <span class="hljs-string">doc-markdown</span>
<span class="hljs-attr">title:</span> <span class="hljs-string">Markdown</span> <span class="hljs-string">Features</span>
<span class="hljs-attr">title:</span> <span class="hljs-string">Fonctionnalités</span> <span class="hljs-string">de</span> <span class="hljs-string">Markdown</span>
<span class="hljs-attr">custom_edit_url:</span> <span class="hljs-attr">https://github.com/facebook/docusaurus/edit/master/docs/api-doc-markdown.md</span>
<span class="hljs-meta">---</span>
</code></pre>