Move non-api guide out from API guide

The API guide should include information related to REST API interface.

Change-Id: I54632ee12914794fd18db82f9edd0d4b45401533
This commit is contained in:
Takashi Kajinami 2025-01-07 23:14:17 +09:00
parent e41b60d73d
commit f34f988578
5 changed files with 13 additions and 13 deletions

View File

@ -9,8 +9,6 @@ Contents
secret_metadata secret_metadata
containers containers
acls acls
pkcs11keygeneration
dogtag_setup
quotas quotas
consumers consumers
orders orders

View File

@ -9,7 +9,8 @@ management of secrets.
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
access_control.rst access_control
barbican_manage.rst barbican_manage
database_cleaning.rst database_cleaning
upgrade.rst upgrade
pkcs11keygeneration

View File

@ -4,10 +4,11 @@ Setting up Barbican
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
keystone.rst keystone
troubleshooting.rst troubleshooting
noauth.rst noauth
audit.rst audit
plugin_backends.rst plugin_backends
config.rst config
policy.rst policy
dogtag_setup