fix(docs): absolute path should not include (#68)

* fix(docs): absolute path should not include

* fix(docs): absolute path should not include
This commit is contained in:
Neko
2025-03-11 12:22:12 +08:00
committed by GitHub
parent 8a4886ad97
commit 4cabdf8865
6 changed files with 9 additions and 7 deletions
@@ -75,9 +75,9 @@ I did it! And the newly designed logo has been put into the
![](../../../assets/images/blog/DevLog-2025.03.05/airi-build-light.png)
![](../../../assets/images/blog/DevLog-2025.03.05/airi-build-dark.png)
[Basic guide](https://airi.build/guides/),
[contribution guidelines](https://airi.build/references/contributing/guide/),
and [designing guidelines](https://airi.build/references/design-guidelines/)
[Basic guide](../guides/),
[contribution guidelines](../references/contributing/guide/),
and [designing guidelines](../references/design-guidelines/)
were all included from this moment.
I spent a whole noon to get a feel of the Text PV animations on YouTube,
@@ -12,7 +12,7 @@ into a reusable Vue component for any of the Vue project to be able to use it.
> Details of yui540 and referenced libraries and work already were included
> at the newly deployed documentation site at
> [https://airi.build/references/design-guidelines/resources/](https://airi.build/references/design-guidelines/resources/).
> [https://airi.build/references/design-guidelines/resources/](../references/design-guidelines/resources/).
The result is quite good, already deployed to
[https://proj-airi-packages-ui-transitions.netlify.app/#/](https://proj-airi-packages-ui-transitions.netlify.app/#/).
+2 -2
View File
@@ -3,6 +3,6 @@ title: Getting Started
description: Get to know the UI of Project Airi
---
For guides that help you understand how to contribute to this project, please refer to [Contributing](/references/contributing/guide/) page.
For guides that help you understand how to contribute to this project, please refer to [Contributing](../references/contributing/guide/) page.
For references Contributing help you design and improve the UI of Project Airi, please refer to [Design Guidelines](/references/design-guidelines/) page.
For references Contributing help you design and improve the UI of Project Airi, please refer to [Design Guidelines](../references/design-guidelines/) page.
+1 -1
View File
@@ -12,7 +12,7 @@ hero:
link: https://airi.moeru.ai
icon: external
- text: Build together
link: /guides/
link: guides/
icon: right-arrow
variant: minimal
---