Skip to content

Commit b252e1e

Browse files
committed
[docs] Hot fixes
1 parent 1fb3c9f commit b252e1e

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

packages/docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default defineConfig({
3535
logo: { dark: "/logo_dark.svg", light: "/logo.svg" },
3636
nav: [
3737
{ text: "Home", link: "/" },
38-
{ text: "Guide", link: "/guide/getting-started" },
38+
{ text: "Guide", link: "/guide/index" },
3939
{ text: "Reference", link: "/reference/cli" },
4040
],
4141

@@ -74,7 +74,7 @@ export default defineConfig({
7474
},
7575

7676
socialLinks: [
77-
{ icon: "github", link: "https://github.com/vuejs/vitepress" },
77+
{ icon: "github", link: "https://github.com/greatsquare0/thy-weaver" },
7878
],
7979
},
8080
});

packages/docs/src/guide/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ $ bun add -D @thy-weaver/core
128128
`@thy-weaver/core` is an ESM-only package, don't use `require()` to import it, and make sure your nearest `package.json` contains `"type": "module"`
129129
:::
130130

131-
You can check-out the manual migration guide [here (WIP)](/guide/manual-migration)
131+
You can check-out the manual migration guide [here](/guide/manual-migration)
132132

133133

134134
## File Structure
@@ -156,7 +156,7 @@ The `src/` directory is considered the **project root**. `.tweenode` is auto-gen
156156

157157
Your story source files (`.twee`) go in under `src/story/`
158158

159-
More details about the default file structure can be found [here (WIP)](/reference/default-file-structure)
159+
More details about the default file structure can be found [here](/reference/default-file-structure)
160160

161161

162162
## The Config File
@@ -206,7 +206,7 @@ export default config;
206206
```
207207
:::
208208

209-
Consult the [Config Reference](/reference/config-file) for full details on all config options.
209+
Consult the [Config Reference (WIP)](/reference/config-file) for full details on all config options.
210210

211211
When your are ready to ship your game, run the following command:
212212

packages/docs/src/guide/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: Why?
33
lang: en-US
4+
next:
5+
text: Getting Started
6+
link: /guide/getting-started
47
---
58

69
# Why?

packages/docs/src/guide/manual-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manual Migration
33
lang: en-US
44
---
55
::: warning
6-
Always backup your work! Be it making manual copies or, better yer, using git (If don't use git, start using it, here is a [helpfull guide](https://github.com/AhmedOsamaMath/git-basics))
6+
Always backup your work! Be it making manual copies or, better yet, using git (If don't use git, start using it, here is a [helpfull guide](https://github.com/AhmedOsamaMath/git-basics))
77
:::
88

99
# Migrating from ThyWeaver Legacy

packages/docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hero:
99
actions:
1010
- theme: brand
1111
text: Getting started
12-
link: /guide/getting-started
12+
link: /guide/index
1313
- theme: alt
1414
text: Github
1515
link: https://github.com/greatsquare0/thy-weaver

0 commit comments

Comments
 (0)