Skip to content

Commit 42e795d

Browse files
docs: fix solid installation guides (#5519)
fix solid installation guides
1 parent 7978449 commit 42e795d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/router/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@
123123
"to": "framework/solid/installation/manual"
124124
},
125125
{
126-
"label": "Installation with Vite",
127-
"to": "framework/solid/routing/installation-with-vite"
126+
"label": "Vite",
127+
"to": "framework/solid/installation/with-vite"
128128
},
129129
{
130-
"label": "Installation with the Router CLI",
131-
"to": "framework/solid/routing/installation/with-router-cli"
130+
"label": "Router CLI",
131+
"to": "framework/solid/installation/with-router-cli"
132132
}
133133
]
134134
}

docs/router/framework/solid/routing/installation-with-router-cli.md renamed to docs/router/framework/solid/installation/with-router-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ref: docs/router/framework/react/routing/installation/with-router-cli.md
2+
ref: docs/router/framework/react/installation/with-router-cli.md
33
---
44

55
[//]: # 'AfterScripts'

docs/router/framework/solid/routing/installation-with-vite.md renamed to docs/router/framework/solid/installation/with-vite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ref: docs/router/framework/react/routing/installation/with-vite.md
2+
ref: docs/router/framework/react/installation/with-vite.md
33
---
44

55
[//]: # 'BundlerConfiguration'

0 commit comments

Comments
 (0)