From 23a9613aec1d8bf9bdd73ce25ef9db2ea459e8d4 Mon Sep 17 00:00:00 2001 From: Calum Date: Thu, 21 Dec 2023 19:48:47 +0000 Subject: [PATCH] Update links and add migration guide --- getting-started/generating-screen.md | 4 ++-- getting-started/installing.md | 2 +- index.md | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/getting-started/generating-screen.md b/getting-started/generating-screen.md index a5f39a9..584c146 100644 --- a/getting-started/generating-screen.md +++ b/getting-started/generating-screen.md @@ -41,5 +41,5 @@ Manual generation uses builders to generate the screen, this means that you can To get started, you should go to the corresponding pages, depending on which method you want to use. -- [Automatic Generation](./autogen/) -- [Manual Generation](./manual/) \ No newline at end of file +- [Automatic Generation](./autogen/setup) +- ~~Manual Generation~~ - Coming Soon... \ No newline at end of file diff --git a/getting-started/installing.md b/getting-started/installing.md index 8c0e1c9..19039a0 100644 --- a/getting-started/installing.md +++ b/getting-started/installing.md @@ -8,7 +8,7 @@ description: Learn how to add YACL to your NeoForge or Fabric project. The recommended version of YACL is `3.0.0+`. ::: warning -If you're already using YACL versions that are pre-3.0.0, refer to the [migration guide](/migrating/to-v3) for information on how to migrate. +If you're already using YACL versions that are pre-3.0.0, refer to the [migration guide](/migrating/to-3.2) for information on how to migrate. ::: ## Adding YACL as a dependency diff --git a/index.md b/index.md index 5aef881..2de7e82 100644 --- a/index.md +++ b/index.md @@ -115,6 +115,8 @@ const members = memberData.map((data) => { }); + +
::: info @@ -131,4 +133,4 @@ These people have written the many guides and resources on this website, you sho :members="members" /> -
+ \ No newline at end of file