Link to microversion history in docs
Make the API microversion history more accessible by adding it to nova's doc landing page. Making sure it is easy to discover what the difference between each microversion is fundamental piece of the microversion puzzle, so lets not require end users to have to look through git. rename api_microversions.rst to api_microversion_dev.rst to clarify that it is about development and versus history. Change-Id: I270944bf9739b113a43b932948fdbf83e449603b
This commit is contained in:
parent
97a97205a9
commit
61d48c5f47
1
doc/source/api_microversion_history.rst
Normal file
1
doc/source/api_microversion_history.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: ../../nova/api/openstack/rest_api_version_history.rst
|
@ -39,6 +39,15 @@ Compute API References
|
||||
* `v2 (SUPPORTED)`_ and `v2 extensions (SUPPORTED)`_ (Will be deprecated in
|
||||
the near future.)
|
||||
|
||||
API Microversion History:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
api_microversion_history
|
||||
|
||||
|
||||
|
||||
Local copy of v2 docs:
|
||||
|
||||
.. toctree::
|
||||
@ -86,7 +95,7 @@ APIs Development
|
||||
|
||||
addmethod.openstackapi
|
||||
api_plugins
|
||||
api_microversions
|
||||
api_microversion_dev
|
||||
policy_enforcement
|
||||
|
||||
Concepts
|
||||
|
Loading…
Reference in New Issue
Block a user