diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.vitepress/config.ts | 6 | ||||
| -rw-r--r-- | docs/about/team/members.json | 7 |
2 files changed, 9 insertions, 4 deletions
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": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g><path fill=\"none\" d=\"M0 0h24v24H0z\"/><path d=\"M5.868 2.75L8 10h8l2.132-7.25a.4.4 0 0 1 .765-.01l3.495 10.924a.5.5 0 0 1-.173.55L12 22 1.78 14.214a.5.5 0 0 1-.172-.55L5.103 2.74a.4.4 0 0 1 .765.009z\"/></g></svg>" + }, + "link": "https://gitlab.com/griest" + } ] }, { |
