From 6db0f0af70384d9d63c739140dbba37c6ec3e917 Mon Sep 17 00:00:00 2001 From: Woodii <33593572+Woodii1998@users.noreply.github.com> Date: Mon, 27 May 2024 10:16:27 +0800 Subject: [PATCH 1/2] update: add openapi link --- docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 696261695..f0c7a284c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -95,6 +95,7 @@ const config = { }, { href: 'https://www.coscene.cn', label: '官方网站', position: 'right' }, { href: 'https://github.com/coscene-io', label: 'GitHub', position: 'right' }, + { href: 'https://petstore.swagger.io/?url=https://download.coscene.cn/openapi/openapi.yaml', label: 'OPENAPI', position: 'right' }, ], }, footer: { From bde1e523832c4a8a4f66af13a4c5c9cccdf2556d Mon Sep 17 00:00:00 2001 From: Yujing Zheng Date: Mon, 27 May 2024 13:28:57 +0800 Subject: [PATCH 2/2] update labels --- docusaurus.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f0c7a284c..dc1f1989d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -95,7 +95,11 @@ const config = { }, { href: 'https://www.coscene.cn', label: '官方网站', position: 'right' }, { href: 'https://github.com/coscene-io', label: 'GitHub', position: 'right' }, - { href: 'https://petstore.swagger.io/?url=https://download.coscene.cn/openapi/openapi.yaml', label: 'OPENAPI', position: 'right' }, + { + href: 'https://petstore.swagger.io/?url=https://download.coscene.cn/openapi/openapi.yaml', + label: 'OpenAPI', + position: 'right', + }, ], }, footer: {