diff options
author | baude <bbaude@redhat.com> | 2020-12-24 09:52:01 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2020-12-24 09:52:01 -0600 |
commit | 0f45ea02ac79c8e29c80a83f015305f6fc53a3b0 (patch) | |
tree | 2d8dc76f27f748f68a59e564d5202dfefbe81919 | |
parent | 231c528a4db9d312bd43b2ce15017e734349a12f (diff) | |
download | podman-0f45ea02ac79c8e29c80a83f015305f6fc53a3b0.tar.gz podman-0f45ea02ac79c8e29c80a83f015305f6fc53a3b0.tar.bz2 podman-0f45ea02ac79c8e29c80a83f015305f6fc53a3b0.zip |
sort api endpoints in documentation
users would like api endpoints to be sorted in documentation. this
should assist in this. i do not expect that thisd will be the entire
fix. it looks like ci is not building and pushing docs rn.
Signed-off-by: baude <bbaude@redhat.com>
-rw-r--r-- | docs/source/_static/api.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/_static/api.html b/docs/source/_static/api.html index 8b9d66e0d..11fbb85a0 100644 --- a/docs/source/_static/api.html +++ b/docs/source/_static/api.html @@ -18,7 +18,7 @@ </style> </head> <body> - <redoc spec-url='https://storage.googleapis.com/libpod-master-releases/swagger-latest-master.yaml'></redoc> + <redoc spec-url='https://storage.googleapis.com/libpod-master-releases/swagger-latest-master.yaml' sort-props-alphabetically></redoc> <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script> </body> </html> |