diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-01-17 23:42:19 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-01-17 23:42:19 -0800 |
| commit | 72f748761b542fc42a4fba5584680811d63a0e63 (patch) | |
| tree | c2e91c112388499fd617cd00700a5b9e41624bce /.vitepress | |
| parent | 0240139464d69a6ad213aeefad30e4649b4b5e89 (diff) | |
add docs for arisu-ffxiv
Diffstat (limited to '.vitepress')
| -rw-r--r-- | .vitepress/config.mts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vitepress/config.mts b/.vitepress/config.mts index b9b8278..03141c8 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -23,7 +23,9 @@ export default defineConfig({ { text: 'Personal', items: [ - {text: 'Fun Tools', link: '/personal/tools.md'} + {text: 'Fun Tools', link: '/personal/tools.md'}, + {text: 'arisu-ffxiv', link: '/personal/arisu.md'} + ] } ], |
