diff --git a/doc-tools-check-languages.conf b/doc-tools-check-languages.conf index 3012e5be78..00e160c9f1 100644 --- a/doc-tools-check-languages.conf +++ b/doc-tools-check-languages.conf @@ -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" diff --git a/tools/build-all-rst.sh b/tools/build-all-rst.sh index 4663228542..4205c53944 100755 --- a/tools/build-all-rst.sh +++ b/tools/build-all-rst.sh @@ -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 diff --git a/www/templates/user_guides.tmpl b/www/templates/user_guides.tmpl index 4b6f25bccc..2a07560f93 100644 --- a/www/templates/user_guides.tmpl +++ b/www/templates/user_guides.tmpl @@ -4,7 +4,6 @@

Introduction to using the OpenStack API

End User Guide (includes Python SDK)

Create and manage resources using the OpenStack dashboard, command-line client, and Python SDK

- Admin User Guide

Manage projects, images, and users in an OpenStack environment

Command-Line Interface Reference

Comprehensive OpenStack command-line reference