diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-03 14:22:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 14:22:13 +0100 |
commit | 0efced4049bcae9aaf3fa1fcb3b75d2c0f0714a9 (patch) | |
tree | 3e14fe292d715feb65ea85b8102aabfd12a35a45 | |
parent | 172d4eb40031a11d50c8198a569604f4bc915550 (diff) | |
parent | 410082f25f62c483b659e4d49e467e053e0fb2ce (diff) | |
download | podman-0efced4049bcae9aaf3fa1fcb3b75d2c0f0714a9.tar.gz podman-0efced4049bcae9aaf3fa1fcb3b75d2c0f0714a9.tar.bz2 podman-0efced4049bcae9aaf3fa1fcb3b75d2c0f0714a9.zip |
Merge pull request #12708 from flouthoc/swagger-sort-operations
[CI:DOCS]: sort swagger operations alpabetically
-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 fbc945d87..6d467d099 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.yaml' sort-props-alphabetically></redoc> + <redoc spec-url='https://storage.googleapis.com/libpod-master-releases/swagger-latest.yaml' sort-props-alphabetically sort-operations-alphabetically></redoc> <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script> </body> </html> |