swift/doc/source/config/index.rst
Alistair Coles 72786533ea Move config option documentation to separate docs
This patch moves the tables describing configuration options for each
server type from the deployment_guide.rst doc to separate per-server
documents.  The new per-server documents are grouped under a config
directory with a config index doc. The config index doc is listed in
the top level index and provides a single starting point to navigate
to the individual server docs.

Change-Id: I6cedd98586febb5dc949c088ee44e160385ed324
2020-11-05 14:40:05 +00:00

18 lines
368 B
ReStructuredText

===========================
Configuration Documentation
===========================
.. toctree::
:maxdepth: 2
swift_common_config.rst
proxy_server_config.rst
account_server_config.rst
container_server_config.rst
object_server_config.rst
Configuration options for middleware can be found at:
* :doc:`../middleware`
* :doc:`../overview_auth`