diff options
author | Aditya Rajan <arajan@redhat.com> | 2021-12-27 12:53:46 +0530 |
---|---|---|
committer | Aditya Rajan <arajan@redhat.com> | 2021-12-27 12:53:52 +0530 |
commit | 410082f25f62c483b659e4d49e467e053e0fb2ce (patch) | |
tree | 5a3e60e8447cdcc5f4103ddd09ae7b7fbc4804ba /docs/source/_static | |
parent | e06631d6c22f4d5b7a62f70ccdf623379a9d5fe7 (diff) | |
download | podman-410082f25f62c483b659e4d49e467e053e0fb2ce.tar.gz podman-410082f25f62c483b659e4d49e467e053e0fb2ce.tar.bz2 podman-410082f25f62c483b659e4d49e467e053e0fb2ce.zip |
docs: sort swagger operations alpabetically
Use `sort-operations-alphabetically` to sort swagger operations
alphabetically
[CI:DOCS]
[NO-NEW-TESTS-NEEDED]
Signed-off-by: Aditya Rajan <arajan@redhat.com>
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 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> |