diff options
| author | Shinigami <[email protected]> | 2022-08-17 01:19:52 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-16 17:19:52 +0000 |
| commit | 34cd4491191ef287d6ee46f07f1a20b39bb6fa28 (patch) | |
| tree | bf70eaa579f51481a48069563a32b4a0e1572737 /docs | |
| parent | 2fb4b5aa6e7f35363c0a9c56f67698ddfc25e838 (diff) | |
| download | faker-34cd4491191ef287d6ee46f07f1a20b39bb6fa28.tar.xz faker-34cd4491191ef287d6ee46f07f1a20b39bb6fa28.zip | |
docs: update vitepress (#1276)
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" + } ] }, { |
