From 34cd4491191ef287d6ee46f07f1a20b39bb6fa28 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Wed, 17 Aug 2022 01:19:52 +0800 Subject: docs: update vitepress (#1276) --- docs/.vitepress/config.ts | 6 +++--- docs/about/team/members.json | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index bc5117b5..44a1ec79 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -158,9 +158,9 @@ export default defineConfig({ { text: 'Announcements', link: '/about/announcements', - // children: [ - // { text: '2022-01-14', link: '/about/announcements/2022-01-14' }, - // ], + items: [ + { text: '2022-01-14', link: '/about/announcements/2022-01-14' }, + ], }, { text: 'Team', diff --git a/docs/about/team/members.json b/docs/about/team/members.json index 7732eab2..bd94e8fb 100644 --- a/docs/about/team/members.json +++ b/docs/about/team/members.json @@ -70,7 +70,12 @@ "desc": "", "links": [ { "icon": "github", "link": "https://github.com/griest024" }, - { "icon": "gitlab", "link": "https://gitlab.com/griest" } + { + "icon": { + "svg": "" + }, + "link": "https://gitlab.com/griest" + } ] }, { -- cgit v1.2.3