summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAditya Rajan <arajan@redhat.com>2021-12-27 12:53:46 +0530
committerAditya Rajan <arajan@redhat.com>2021-12-27 12:53:52 +0530
commit410082f25f62c483b659e4d49e467e053e0fb2ce (patch)
tree5a3e60e8447cdcc5f4103ddd09ae7b7fbc4804ba /docs
parente06631d6c22f4d5b7a62f70ccdf623379a9d5fe7 (diff)
downloadpodman-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')
-rw-r--r--docs/source/_static/api.html2
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>