From 514a67ee6d875cbfa463f1cdfc19713e4e619a7b Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Wed, 28 Jun 2023 02:31:47 -0400 Subject: [PATCH] doc: Describe "_config_download.yml" source file --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ada30313..eeead2c1 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ _The following instructions assumes you have docker installed. On Windows, you m git config --global --add safe.directory /src/site config_opts=_config.yml,_config_dev.yml # For slicer.org + #config_opts=_config.yml,_config_download.yml,_config_dev.yml # For download.slicer.org rm -rf /_site/* @@ -174,6 +175,14 @@ The `_config_dev.yml` file sets `url` and `slicer_download_url` using `http://lo It is should only be specified in addition of any other files when developing locally. +### `_config_download.yml` + +The `_config_download.yml` file contains settings used to generate the `download.slicer.org` site. + +See [_config_download.yml](_config_download.yml) + +It is should be specified in addition of `_config.yml`. + ### `index.markdown`