From 69b45aec005bd13c5608574d320aacf73fb833fe Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Fri, 7 Mar 2025 16:03:51 +0800 Subject: [PATCH] fix(docs): updated Signed-off-by: Neko Ayaka --- docs/src/content/docs/blog/DevLog-2025.03.05.md | 2 +- docs/src/content/docs/blog/DevLog-2025.03.06.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/src/content/docs/blog/DevLog-2025.03.05.md b/docs/src/content/docs/blog/DevLog-2025.03.05.md index 2ebc699f6..fee5d4bac 100644 --- a/docs/src/content/docs/blog/DevLog-2025.03.05.md +++ b/docs/src/content/docs/blog/DevLog-2025.03.05.md @@ -67,7 +67,7 @@ So this is what we get finally: Later on today, I was working on publishing the [documentation site](https://airi.build) of Project Airi online, for me, -and other developers, artists to use it as a reference and guidelines, +and other developers, artists to use it as a reference and guidelines. I did it! And the newly designed logo has been put into the [documentation site](https://airi.build) along with the color palette: diff --git a/docs/src/content/docs/blog/DevLog-2025.03.06.md b/docs/src/content/docs/blog/DevLog-2025.03.06.md index 1bdf3f961..f8fd7fb2a 100644 --- a/docs/src/content/docs/blog/DevLog-2025.03.06.md +++ b/docs/src/content/docs/blog/DevLog-2025.03.06.md @@ -30,16 +30,17 @@ flexible for other pages to use. ## Day time -I experimented with the definePage macro hook from unplugging-vue-router, +I experimented with the [`definePage`](https://uvr.esm.is/guide/extending-routes.html#definepage) +macro hook from [`unplugin-vue-router`](https://github.com/posva/unplugin-vue-router), found it quite worked well for my scenario and decided the path to follow on. -And I ported 3 new animation transitions from +And I ported 3 extra new animation transitions from [https://cowardly-witch.netlify.app/](https://cowardly-witch.netlify.app/), they were already available on [https://proj-airi-packages-ui-transitions.netlify.app/#/](https://proj-airi-packages-ui-transitions.netlify.app/#/) . -I deployed the official documentation site onto https://airi.build yesterday, +I deployed the official documentation site onto [https://airi.build](https://airi.build) yesterday, [@kwaa](https://github.com/kwaa) commented that he would suggest me try the `https://airi.more.ai/docs` approach instead, but I couldn't figure out a way to make a 200 redirect proxy for /docs.