Deploy website

Deploy website version based on 0568ad4992
This commit is contained in:
Website Deployment Script 2019-05-20 17:17:59 +00:00
parent d4b43be290
commit f9731917d7
16 changed files with 12 additions and 1424 deletions

View file

@ -195,6 +195,7 @@
</thead>
<tbody>
<tr><td><code>--port &lt;number&gt;</code></td><td><code>3000</code></td><td>The website will be served from port 3000 by default, but if the port is taken up, Docusaurus will attempt to find an available one.</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>--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>