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:
@@ -216,6 +216,7 @@ flowchart TD
|
||||
|
||||
## Similar Projects
|
||||
|
||||
- [kimjammer/Neuro: A recreation of Neuro-Sama originally created in 7 days.](https://github.com/kimjammer/Neuro): very well completed implementation.
|
||||
- [SugarcaneDefender/z-waif](https://github.com/SugarcaneDefender/z-waif): Great at gaming, autonomous, and prompt engineering
|
||||
- [semperai/amica](https://github.com/semperai/amica/): Great at VRM, WebXR
|
||||
- [elizaOS/eliza](https://github.com/elizaOS/eliza): Great examples and software engineering on how to integrate agent into various of systems and APIs
|
||||
|
||||
@@ -213,6 +213,7 @@ flowchart TD
|
||||
|
||||
## 类似项目
|
||||
|
||||
- [kimjammer/Neuro: A recreation of Neuro-Sama originally created in 7 days.](https://github.com/kimjammer/Neuro): very well completed implementation.
|
||||
- [SugarcaneDefender/z-waif](https://github.com/SugarcaneDefender/z-waif): Great at gaming, autonomous, and prompt engineering
|
||||
- [semperai/amica](https://github.com/semperai/amica/): Great at VRM, WebXR
|
||||
- [elizaOS/eliza](https://github.com/elizaOS/eliza): Great examples and software engineering on how to integrate agent into various of systems and APIs
|
||||
|
||||
@@ -75,9 +75,9 @@ I did it! And the newly designed logo has been put into the
|
||||

|
||||

|
||||
|
||||
[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/#/).
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -12,7 +12,7 @@ hero:
|
||||
link: https://airi.moeru.ai
|
||||
icon: external
|
||||
- text: Build together
|
||||
link: /guides/
|
||||
link: guides/
|
||||
icon: right-arrow
|
||||
variant: minimal
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user