Deploy website

Deploy website version based on dc31dad1de
This commit is contained in:
Website Deployment Script 2020-09-30 16:36:38 +00:00
parent 02a6083f0b
commit bfa2954e58
47 changed files with 73 additions and 87 deletions

View file

@ -193,7 +193,7 @@
</thead>
<tbody>
<tr><td><code>--port &lt;number&gt;</code></td><td><code>3000</code></td><td>웹사이트의 기본포트는 3000입니다. 포트 3000이 이미 사용중인 경우에는 Docusaurus가 이용 가능한 다른 포트를 찾을 것입니다.</td></tr>
<tr><td><code>--host &lt;host&gt;</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 &lt;host&gt;</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>