Merge "[User Guides] Remove Admin User Guide from build"
This commit is contained in:
commit
ba15858144
@ -35,7 +35,6 @@ declare -A SPECIAL_BOOKS=(
|
||||
["install-guide"]="RST"
|
||||
["networking-guide"]="RST"
|
||||
["user-guide"]="RST"
|
||||
["user-guide-admin"]="RST"
|
||||
# Do not translate
|
||||
["cli-reference"]="skip"
|
||||
["config-reference"]="skip"
|
||||
|
@ -11,7 +11,7 @@ if [[ $# > 0 ]] ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
for guide in user-guide user-guide-admin admin-guide \
|
||||
for guide in user-guide admin-guide \
|
||||
contributor-guide image-guide arch-design cli-reference; do
|
||||
tools/build-rst.sh doc/$guide $GLOSSARY --build build \
|
||||
--target $guide $LINKCHECK
|
||||
|
@ -4,7 +4,6 @@
|
||||
<p>Introduction to using the OpenStack API</p>
|
||||
<a href="/user-guide/">End User Guide (includes Python SDK)</a>
|
||||
<p>Create and manage resources using the OpenStack dashboard, command-line client, and Python SDK</p>
|
||||
<a href="/user-guide-admin/">Admin User Guide</a>
|
||||
<p>Manage projects, images, and users in an OpenStack environment</p>
|
||||
<a href="/cli-reference/">Command-Line Interface Reference</a>
|
||||
<p>Comprehensive OpenStack command-line reference</p>
|
||||
|
Loading…
Reference in New Issue
Block a user