From 027e5b23fd26277867be9eb5a56d0fac68d990e7 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 18 Sep 2018 14:59:37 -0500 Subject: [PATCH] Add microversion history to api-ref This pulls in our microversion history document into the api-ref to make it easier for api consumers to discover the history of API changes. Change-Id: I9033a48e3f60199b60a904c8cf028f4a1e037ec3 Signed-off-by: Sean McGinnis --- api-ref/source/api_microversion_history.rst | 1 + api-ref/source/index.rst | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 api-ref/source/api_microversion_history.rst diff --git a/api-ref/source/api_microversion_history.rst b/api-ref/source/api_microversion_history.rst new file mode 100644 index 00000000000..f2d2b15e005 --- /dev/null +++ b/api-ref/source/api_microversion_history.rst @@ -0,0 +1 @@ +.. include:: ../../cinder/api/openstack/rest_api_version_history.rst diff --git a/api-ref/source/index.rst b/api-ref/source/index.rst index c2dbdc2fb2b..d23b01baea1 100644 --- a/api-ref/source/index.rst +++ b/api-ref/source/index.rst @@ -6,6 +6,14 @@ Contents: API content can be searched using the :ref:`search`. +Details for each microversion change can be found in the +:doc:`REST API Version History ` documentation. + +.. toctree:: + :hidden: + + api_microversion_history + .. toctree:: :maxdepth: 2