echo
echo "Creating document links"
echo
-#for guide in configguide/installer-config.rst configguide/feature-config.rst \
-# configguide/postinatall.rst \
-# userguide/feature-usage.rst userguide/test-usage.rst
-for guide in configguide/feature-config.rst
+targets="
+configguide/installer-config.rst
+configguide/feature-config.rst
+"
+# configguide/postinatall.rst
+# userguide/feature-usage.rst
+# userguide/test-usage.rst
+for guide in $targets
do
mainfile="$WORKSPACE/docs/$guide"
basefilename=$(basename ${guide/-/})
The following sections describe the per installer configuration options.
Further details for each installer are captured in the referred project documentation.
-.. toctree::
-
- installerconfig-apex
-
-.. toctree::
-
- installerconfig-fuel
-
-.. toctree::
-
- installerconfig-joid
+.. <project>/docs/configguide/installerconfig.rst files will be imported below by the build script.
+++ /dev/null
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-.. NOTE: this is workaround and has to be fixed in each project repo.
-
-==================
-Apex configuration
-==================
-
-.. include:: ../projects/apex/configguide/introduction.rst
-.. include:: ../projects/apex/configguide/baremetalinstall.rst
+++ /dev/null
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-.. include:: ../projects/fuel/configguide/installerconfig.rst
+++ /dev/null
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-.. include:: ../projects/joid/configguide/installerconfig.rst