mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 21:16:59 +02:00
parent
b648b31ee8
commit
f1112b2fb9
9 changed files with 9 additions and 277 deletions
|
@ -195,7 +195,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr><td><code>--port <number></code></td><td><code>3000</code></td><td>网站将默认使用端口3000提供服务,但如果被占用,Docusarus将试图使用其他可用的端口。</td></tr>
|
||||
<tr><td><code>--host <host></code></td><td><code>localhost</code></td><td>Specify a host to use. E.g., if you want your server to be accessible externally, you can use --host 0.0.0.0.</td></tr>
|
||||
<tr><td><code>--host <host></code></td><td><code>localhost</code></td><td>使用本地主机。 例如,你希望你的服务可以被外部访问,可以使用-host 0.0.0.0.</td></tr>
|
||||
<tr><td><code>--watch</code></td><td>-</td><td>是否要监视文件的变化,以便再文件内容变化时重新载入并实时展现。 默认值为 true。 使用 <code>--no-watch</code>禁用此功能。</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue