diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-24 19:40:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-24 19:40:58 +0100 |
commit | 8f75ed958562f4deb47799259e22d4f195e0d426 (patch) | |
tree | cbef219700b69590220d086a65421cadf5a668b0 /docs/source/_static | |
parent | b176c62e237538d9a3ac9626f424d888a06336ed (diff) | |
parent | 0f45ea02ac79c8e29c80a83f015305f6fc53a3b0 (diff) | |
download | podman-8f75ed958562f4deb47799259e22d4f195e0d426.tar.gz podman-8f75ed958562f4deb47799259e22d4f195e0d426.tar.bz2 podman-8f75ed958562f4deb47799259e22d4f195e0d426.zip |
Merge pull request #8830 from baude/issue7404
sort api endpoints in documentation
Diffstat (limited to 'docs/source/_static')
-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> |