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 dc748c0 commit 0c79e39Copy full SHA for 0c79e39
.vuepress/config.js
@@ -27,6 +27,7 @@ const links = {
27
"/documents/forOpenAPISpecification/": [
28
"/documents/forOpenAPISpecification/",
29
"/documents/forOpenAPISpecification/OpenAPI_Specification_2.0.html",
30
+ "/documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.html",
31
],
32
};
33
console.log(links);
@@ -126,6 +127,10 @@ module.exports = {
126
127
text: "For OAS 2.0(Swagger 2.0)",
128
link: "/documents/forOpenAPISpecification/OpenAPI_Specification_2.0.html",
129
},
130
+ {
131
+ text: "For OAS 3.0.3",
132
+ link: "/documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.html",
133
+ },
134
135
136
0 commit comments