We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02b555 commit 290c81bCopy full SHA for 290c81b
1 file changed
.vitepress/config.mts
@@ -51,7 +51,7 @@ export default defineConfig({
51
{
52
text: "v1.0.0",
53
items: [
54
- {text: "v0.6.1", link: "https://v0.nextftc.dev"}
+ {text: "v0.6.1", link: "https://nextftc.dev"} // TODO: Update to `v0.nextftc.dev` when v1 is released
55
]
56
},
57
@@ -73,11 +73,11 @@ export default defineConfig({
73
socialLinks:
74
[
75
{icon: "github", link: "https://github.com/NextFTC"},
76
- {icon: "discord", link: "https://discord.gg/PjP9Ze6fkX"}
+ {icon: "discord", link: "https://nextftc.dev/discord"}
77
],
78
editLink:
79
80
- pattern: "https://github.com/NextFTC/NextFTC-Docs/edit/main/src/:path"
+ pattern: "https://github.com/NextFTC/NextFTC-Docs-v1/edit/main/src/:path" // TODO: Update to `NextFTC-Docs` when v1 is released
81
}
82
,
83
search: {
0 commit comments