From 0c79e3946d719527fa49fad3da5d2dc36427d86e Mon Sep 17 00:00:00 2001 From: Hiroki Takeda Date: Thu, 27 Jun 2024 13:12:28 +0900 Subject: [PATCH] chore: add settings for OAS 3.0.3 (#129) --- .vuepress/config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vuepress/config.js b/.vuepress/config.js index 9dd26916..0f2e57fa 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -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); @@ -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", + }, ], }, ],