mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
docs(v2): mark that in dev server some features may not work (#2478)
This commit is contained in:
parent
f0941a9ff6
commit
92f2c52034
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue