This is an automated email from the ASF dual-hosted git repository.
twalthr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 8383f6c [hotfix][docs] Remove too specific command in docs/README.md
8383f6c is described below
commit 8383f6caa104cc8d6750afaea6111e8c9b413036
Author: Timo Walther <[email protected]>
AuthorDate: Mon Feb 14 16:02:09 2022 +0100
[hotfix][docs] Remove too specific command in docs/README.md
---
docs/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/README.md b/docs/README.md
index 03d68bf..a3edac1 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -37,7 +37,7 @@ The site can be viewed at http://localhost:1313/
Configuration descriptions are auto generated from code. To trigger the
generation you need to run in the project root:
```
-mvn -Pgenerate-config-docs install -DskipTests -Dcheckstyle.skip -Drat.skip
-Dscalastyle.skip -Denforcer.skip=true -Dspotless.check.skip=true
-Dskip.npm=true -DskipITs=true -Dmaven.javadoc.skip=true -Djapicmp.skip=true
+mvn -Pgenerate-config-docs install -Dfast -DskipTests
```
The resulting html files will be written to `layouts/shortcodes/generated`.
Tables are regenerated each time the command is invoked.