Skip to content

Commit 0c79e39

Browse files
authored
chore: add settings for OAS 3.0.3 (#129)
1 parent dc748c0 commit 0c79e39

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vuepress/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const links = {
2727
"/documents/forOpenAPISpecification/": [
2828
"/documents/forOpenAPISpecification/",
2929
"/documents/forOpenAPISpecification/OpenAPI_Specification_2.0.html",
30+
"/documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.html",
3031
],
3132
};
3233
console.log(links);
@@ -126,6 +127,10 @@ module.exports = {
126127
text: "For OAS 2.0(Swagger 2.0)",
127128
link: "/documents/forOpenAPISpecification/OpenAPI_Specification_2.0.html",
128129
},
130+
{
131+
text: "For OAS 3.0.3",
132+
link: "/documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.html",
133+
},
129134
],
130135
},
131136
],

0 commit comments

Comments
 (0)