We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6631345 commit fa54f2eCopy full SHA for fa54f2e
artifacts/attributes.adoc
@@ -1,7 +1,6 @@
1
:red-hat-developers-documentation:
2
:imagesdir:
3
:idseparator: -
4
-:doctype: article
5
6
// Company names
7
:company-name: Red Hat
build/scripts/build-ccutil.sh
@@ -36,7 +36,7 @@ for t in $(find titles -name master.adoc | sort -uV | grep -E -v "${EXCLUDED_TIT
36
CMD="podman run --interactive --rm --tty \
37
--volume "$(pwd)":/docs:Z \
38
--workdir "/docs/$d" \
39
- quay.io/ivanhorvath/ccutil:amazing ccutil compile --format html-single --lang en-US";
+ quay.io/ivanhorvath/ccutil:amazing ccutil compile --format html-single --lang en-US --doctype article";
40
echo -e -n "\nBuilding $t into $dest ...\n ";
41
echo "${CMD}" | sed -r -e "s/\ +/ \\\\\n /g"
42
$CMD
0 commit comments