Browse Source

sort tags alphabetically

pull/74/head
Jonathan Cobb 3 years ago
parent
commit
248e36f28f
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/public/apidocs/index.html

+ 3
- 2
src/public/apidocs/index.html View File

@@ -3,7 +3,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Swagger UI</title>
<title>Bubble API Reference</title>
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" > <link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" /> <link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
@@ -50,7 +50,8 @@
SwaggerUIBundle.plugins.DownloadUrl SwaggerUIBundle.plugins.DownloadUrl
], ],
layout: "StandaloneLayout", layout: "StandaloneLayout",
apisSorter : "alpha"
apisSorter : "alpha",
tagsSorter: "alpha"
}) })
// End Swagger UI call region // End Swagger UI call region
window.ui = ui window.ui = ui


Loading…
Cancel
Save