Github user dyanarose commented on a diff in the pull request:
https://github.com/apache/flink/pull/2040#discussion_r65137533
--- Diff: docs/build_docs.sh ---
@@ -54,7 +54,7 @@ JEKYLL_CMD="build"
while getopts ":p" opt; do
case $opt in
p)
- JEKYLL_CMD="serve --config _config.yml,_local_preview_conf.yml
--watch"
+ JEKYLL_CMD="serve --baseurl= --watch"
--- End diff --
@uce It looks like the `baseurl` switch came in with 1.0
https://github.com/jekyll/jekyll/blob/0ee1a75d16265abc250d0747c5f93bf2ad2daa05/site/_docs/upgrading/0-to-2.md#baseurl.
I think `serve` not respecting the multiple config files may be a
bug/feature with Jekyll as the docs say that `serve` takes all the same
switches as `build` does.
https://jekyllrb.com/docs/configuration/#serve-command-options. I'm looking to
prove that when I get the chance and look into it to raise an issue to see if
the code or the docs need changing.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---