We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec76af commit 0b1cdf6Copy full SHA for 0b1cdf6
build_docs.cmd
@@ -7,4 +7,4 @@ xcopy net common\content\%PRODUCT%\net /s /e /Y /i
7
xcopy python-net common\content\%PRODUCT%\python-net /s /e /Y /i
8
xcopy _index.md common\content\%PRODUCT%
9
cd common
10
-call hugo server --config config-geekdoc.toml, show-feedback-config.toml
+call hugo server, show-feedback-config.toml
build_docs.sh
@@ -6,4 +6,4 @@ mkdir -p common/content/$PRODUCT/java && cp -r java common/content/$PRODUCT/
6
mkdir -p common/content/$PRODUCT/net && cp -r net common/content/$PRODUCT/
cp -r _index.md common/content/$PRODUCT
-hugo server --config config-geekdoc.toml, show-feedback-config.toml
+hugo server, show-feedback-config.toml
0 commit comments