mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-15 10:07:33 +02:00
parent
02a6083f0b
commit
bfa2954e58
47 changed files with 73 additions and 87 deletions
|
@ -193,7 +193,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr><td><code>--port <number></code></td><td><code>3000</code></td><td>웹사이트의 기본포트는 3000입니다. 포트 3000이 이미 사용중인 경우에는 Docusaurus가 이용 가능한 다른 포트를 찾을 것입니다.</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>Whether to watch the files and live reload the page when files are changed. Defaults to true. Disable this by using <code>--no-watch</code>.</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue