docs(v2): mark that in dev server some features may not work (#2478)

This commit is contained in:
Alexey Pyltsyn 2020-03-29 07:10:50 +03:00 committed by GitHub
parent f0941a9ff6
commit 92f2c52034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,12 @@ Builds and serves the static site with [Webpack Dev Server](https://webpack.js.o
| `--hot-only` | `false` | Enables Hot Module Replacement without page refresh as fallback in case of build failures. More information [here](https://webpack.js.org/configuration/dev-server/#devserverhotonly). |
| `--no-open` | `false` | Do not open automatically the page in the browser. |
:::important
Please note that some functionality (for example, anchor links) will not work in dev server. When building the website, all the functionality will work as expected.
:::
### `docusaurus build`
Compiles your site for production.