Deploy website

Deploy website version based on 81025e58ce
This commit is contained in:
Website Deployment Script 2017-12-04 17:17:19 +00:00
parent 81025e58ce
commit f58d5ce491

View file

@ -49,6 +49,7 @@
</code></pre>
<pre><code class="hljs css js">customDocsPath: <span class="hljs-string">"website-docs"</span>
</code></pre>
<p><code>organizationName</code> - GitHub username of the organization or user hosting this project. This is used by the publishing script to determine where your GitHub pages website will be hosted.</p>
<p><code>editUrl</code> - url for editing docs, usage example: <code>editUrl + 'en/doc1.md'</code>. If this field is omitted, there will be no &quot;Edit this Doc&quot; button for each document.</p>
<p><code>users</code> - The <code>users</code> array mentioned earlier.</p>
<p><code>disableHeaderTitle</code> - An option to disable showing the title in the header next to the header icon. Exclude this field to keep the header as normal, otherwise set to <code>true</code>.</p>
@ -86,6 +87,7 @@
<span class="hljs-string">//</span> <span class="hljs-attr">url:</span> <span class="hljs-string">"https://www.example.com"</span><span class="hljs-string">,</span>
<span class="hljs-attr"> baseUrl:</span> <span class="hljs-string">"/test-site/"</span><span class="hljs-string">,</span>
<span class="hljs-string">//</span> <span class="hljs-attr">baseUrl:</span> <span class="hljs-string">"/"</span><span class="hljs-string">,</span>
<span class="hljs-attr"> organizationName:</span> <span class="hljs-string">"facebookexperimental"</span><span class="hljs-string">,</span>
<span class="hljs-attr"> projectName:</span> <span class="hljs-string">"docusaurus"</span><span class="hljs-string">,</span>
<span class="hljs-attr"> noIndex:</span> <span class="hljs-literal">false</span><span class="hljs-string">,</span>
<span class="hljs-attr"> headerLinks:</span> <span class="hljs-string">[</span>