From ad56443ecb7050764e22f15eec0e46172238c33a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 18 Apr 2017 16:07:28 -0400 Subject: [PATCH] Re-order api-ref home page index Since the v2 API is deprecated, put it in the index after the v3 API which is current, since as a user the first thing I want to see is the currently supported API reference, not the deprecated stuff I shouldn't be using anyway. Change-Id: I760533ca693cb8f678a6031e07789cd68f11bc47 --- api-ref/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/index.rst b/api-ref/source/index.rst index d366bbd7b9e..9c60042f2ca 100644 --- a/api-ref/source/index.rst +++ b/api-ref/source/index.rst @@ -7,8 +7,8 @@ Contents: .. toctree:: :maxdepth: 2 - v2/index v3/index + v2/index Block Storage API v1 (DEPRECATED)