Skip to content

Commit

Permalink
chore: add settings for OAS 3.0.3 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhumie authored Jun 27, 2024
1 parent dc748c0 commit 0c79e39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const links = {
"/documents/forOpenAPISpecification/": [
"/documents/forOpenAPISpecification/",
"/documents/forOpenAPISpecification/OpenAPI_Specification_2.0.html",
"/documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.html",
],
};
console.log(links);
Expand Down Expand Up @@ -126,6 +127,10 @@ module.exports = {
text: "For OAS 2.0(Swagger 2.0)",
link: "/documents/forOpenAPISpecification/OpenAPI_Specification_2.0.html",
},
{
text: "For OAS 3.0.3",
link: "/documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.html",
},
],
},
],
Expand Down

0 comments on commit 0c79e39

Please sign in to comment.