From 4fc5448c56a95316b84dedf5f23f98330e462ae4 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Sun, 29 Mar 2020 05:40:54 +0300 Subject: [PATCH] docs(v2): mark that in dev server some features may not work --- website/docs/cli.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/cli.md b/website/docs/cli.md index 46cdafbda233..d1ace722748c 100644 --- a/website/docs/cli.md +++ b/website/docs/cli.md @@ -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.