We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef0bd6 commit 5839886Copy full SHA for 5839886
index.html
@@ -13,7 +13,6 @@
13
height: 68px;
14
/* Width of new image */
15
}
16
-
17
</style>
18
<link rel="icon" type="image/png" href="./dist/favicon-32x32.png" sizes="32x32" />
19
<link rel="icon" type="image/png" href="./dist/favicon-16x16.png" sizes="16x16" />
@@ -34,7 +33,6 @@
34
33
margin: 0;
35
background: #fafafa;
36
37
38
39
</head>
40
@@ -48,6 +46,7 @@
48
46
// Begin Swagger UI call region
49
47
const ui = SwaggerUIBundle({
50
urls: [
+ { url: "./releases/v0.4.0/builder-oapi.json", name: "v0.4.0" },
51
{ url: "./releases/v0.3.0/builder-oapi.json", name: "v0.3.0" },
52
{ url: "./releases/v0.2.0/builder-oapi.json", name: "v0.2.0" },
53
{ url: "./releases/v0.1.0/builder-oapi.json", name: "v0.1.0" },
0 commit comments