mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 01:47:17 +02:00
parent
81025e58ce
commit
f58d5ce491
1 changed files with 2 additions and 0 deletions
|
@ -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 "Edit this Doc" 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue