Merge "Publish ops-guide"
This commit is contained in:
commit
a638213bad
@ -10,7 +10,7 @@ if [[ $# > 0 ]] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
for guide in admin-guide arch-design cli-reference contributor-guide \
|
for guide in admin-guide arch-design cli-reference contributor-guide \
|
||||||
ha-guide image-guide user-guide; do
|
ha-guide image-guide ops-guide user-guide; do
|
||||||
tools/build-rst.sh doc/$guide --build build \
|
tools/build-rst.sh doc/$guide --build build \
|
||||||
--target $guide $LINKCHECK
|
--target $guide $LINKCHECK
|
||||||
done
|
done
|
||||||
@ -18,8 +18,7 @@ done
|
|||||||
# Draft guides
|
# Draft guides
|
||||||
# This includes guides that we publish from stable branches
|
# This includes guides that we publish from stable branches
|
||||||
# as versioned like the networking-guide.
|
# as versioned like the networking-guide.
|
||||||
for guide in networking-guide arch-design-draft config-reference \
|
for guide in networking-guide arch-design-draft config-reference; do
|
||||||
ops-guide; do
|
|
||||||
tools/build-rst.sh doc/$guide --build build \
|
tools/build-rst.sh doc/$guide --build build \
|
||||||
--target "draft/$guide" $LINKCHECK
|
--target "draft/$guide" $LINKCHECK
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user