Deploy website

Deploy website version based on ae5034b89e
This commit is contained in:
Website Deployment Script 2018-06-15 07:09:27 +00:00
parent ae5034b89e
commit 26e553dd74
10 changed files with 10 additions and 0 deletions

View file

@ -149,6 +149,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>--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>
<hr>