mirror of
https://github.com/sern-handler/website
synced 2026-07-05 05:59:43 +00:00
fix: fix link & change "Docs" link to "goal" page instead of "New Project"
This commit is contained in:
@@ -9,7 +9,7 @@ sidebar:
|
||||
+ await makeDependencies({ build: () => {} })
|
||||
```
|
||||
|
||||
v3 comes with the new [Service api](../walkthrough/services). To make sure to enable intellisense
|
||||
v3 comes with the new [Service api](../services). To make sure to enable intellisense
|
||||
include a dependencies.d.ts file into compilation. [Click here for all new features](../../../blog/3.0.0)
|
||||
|
||||
```ts
|
||||
|
||||
@@ -11,7 +11,7 @@ interface Link {
|
||||
const links: Link[] = [
|
||||
{
|
||||
name: "Docs",
|
||||
href: "/guide/walkthrough/new-project",
|
||||
href: "/guide/walkthrough/goal",
|
||||
},
|
||||
{
|
||||
name: "Plugins",
|
||||
|
||||
Reference in New Issue
Block a user