Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f01fc18

Browse files
committed
docs: update redirects
1 parent 190b379 commit f01fc18

File tree

1 file changed

+20
-200
lines changed

1 file changed

+20
-200
lines changed

docs/vercel.json

Lines changed: 20 additions & 200 deletions
Original file line numberDiff line numberDiff line change
@@ -4,233 +4,53 @@
44
},
55
"redirects": [
66
{
7-
"source": "/getting-started/commands",
8-
"destination": "/api/commands/add",
7+
"source": "/docs",
8+
"destination": "/docs/getting-started/introduction",
99
"permanent": false
1010
},
1111
{
12-
"source": "/getting-started/bridge",
13-
"destination": "/bridge/overview",
12+
"source": "/docs/getting-started",
13+
"destination": "/docs/getting-started/introduction",
1414
"permanent": false
1515
},
1616
{
17-
"source": "/getting-started/bridge-composition-api",
18-
"destination": "/bridge/bridge-composition-api",
17+
"source": "/docs/guide",
18+
"destination": "/docs/guide/concepts/auto-imports",
1919
"permanent": false
2020
},
2121
{
22-
"source": "/concepts/introduction",
23-
"destination": "/getting-started/introduction",
22+
"source": "/docs/guide/concepts",
23+
"destination": "/docs/guide/concepts/auto-imports",
2424
"permanent": false
2525
},
2626
{
27-
"source": "/concepts/vuejs-development",
28-
"destination": "/guide/concepts/vuejs-development",
27+
"source": "/docs/api",
28+
"destination": "/docs/api/composables/on-before-route-leave",
2929
"permanent": false
3030
},
3131
{
32-
"source": "/concepts/rendering",
33-
"destination": "/guide/concepts/rendering",
32+
"source": "/docs/api/composables",
33+
"destination": "/docs/api/composables/on-before-route-leave",
3434
"permanent": false
3535
},
3636
{
37-
"source": "/concepts/auto-imports",
38-
"destination": "/guide/concepts/auto-imports",
37+
"source": "/docs/examples",
38+
"destination": "/docs/examples/essentials/hello-world",
3939
"permanent": false
4040
},
4141
{
42-
"source": "/concepts/server-engine",
43-
"destination": "/guide/concepts/server-engine",
42+
"source": "/docs/examples/essentials",
43+
"destination": "/docs/examples/essentials/hello-world",
4444
"permanent": false
4545
},
4646
{
47-
"source": "/concepts/typescript",
48-
"destination": "/guide/concepts/typescript",
47+
"source": "/docs/community",
48+
"destination": "/docs/community/getting-help",
4949
"permanent": false
5050
},
5151
{
52-
"source": "/concepts/esm",
53-
"destination": "/guide/concepts/esm",
54-
"permanent": false
55-
},
56-
{
57-
"source": "/docs/usage/data-fetching",
58-
"destination": "/getting-started/data-fetching",
59-
"permanent": false
60-
},
61-
{
62-
"source": "/docs/usage/state",
63-
"destination": "/getting-started/state-management",
64-
"permanent": false
65-
},
66-
{
67-
"source": "/docs/usage/meta-tags",
68-
"destination": "/getting-started/seo-meta",
69-
"permanent": false
70-
},
71-
{
72-
"source": "/docs/usage/nuxt-app",
73-
"destination": "/guide/going-further/nuxt-app",
74-
"permanent": false
75-
},
76-
{
77-
"source": "/docs/usage/runtime-config",
78-
"destination": "/guide/going-further/runtime-config",
79-
"permanent": false
80-
},
81-
{
82-
"source": "/docs/usage/cookies",
83-
"destination": "/api/composables/use-cookie",
84-
"permanent": false
85-
},
86-
{
87-
"source": "/docs/usage/ssr",
88-
"destination": "/api/composables/use-request-headers",
89-
"permanent": false
90-
},
91-
{
92-
"source": "/docs/usage/cli",
93-
"destination": "/api/commands/add",
94-
"permanent": false
95-
},
96-
{
97-
"source": "/docs/usage/error-handling",
98-
"destination": "/getting-started/error-handling",
99-
"permanent": false
100-
},
101-
{
102-
"source": "/docs/usage/nuxt-link",
103-
"destination": "/api/components/nuxt-link",
104-
"permanent": false
105-
},
106-
{
107-
"source": "/docs/usage/teleports",
108-
"destination": "/api/components/teleports",
109-
"permanent": false
110-
},
111-
{
112-
"source": "/docs/directory-structure/:path",
113-
"destination": "/guide/directory-structure/:path",
114-
"permanent": false
115-
},
116-
{
117-
"source": "/docs/deployment/:path",
118-
"destination": "/guide/deploy/:path",
119-
"permanent": false
120-
},
121-
{
122-
"source": "/docs/advanced/testing",
123-
"destination": "/getting-started/testing",
124-
"permanent": false
125-
},
126-
{
127-
"source": "/docs/advanced/nuxt",
128-
"destination": "/guide/going-further/internals",
129-
"permanent": false
130-
},
131-
{
132-
"source": "/docs/advanced/modules",
133-
"destination": "/guide/going-further/modules",
134-
"permanent": false
135-
},
136-
{
137-
"source": "/docs/advanced/kit",
138-
"destination": "/guide/going-further/kit",
139-
"permanent": false
140-
},
141-
{
142-
"source": "/docs/advanced/hooks",
143-
"destination": "/guide/going-further/hooks",
144-
"permanent": false
145-
},
146-
{
147-
"source": "/docs/migration/:path",
148-
"destination": "/migration/:path",
149-
"permanent": false
150-
},
151-
{
152-
"source": "/getting-started/quick-start",
153-
"destination": "/getting-started/installation",
154-
"permanent": false
155-
},
156-
{
157-
"source": "/guide/concepts/introduction",
158-
"destination": "/getting-started/introduction",
159-
"permanent": false
160-
},
161-
{
162-
"source": "/guide/features/views",
163-
"destination": "/getting-started/views",
164-
"permanent": false
165-
},
166-
{
167-
"source": "/guide/features/assets",
168-
"destination": "/getting-started/assets",
169-
"permanent": false
170-
},
171-
{
172-
"source": "/guide/features/head-management",
173-
"destination": "/getting-started/seo-meta",
174-
"permanent": false
175-
},
176-
{
177-
"source": "/guide/features/data-fetching",
178-
"destination": "/getting-started/data-fetching",
179-
"permanent": false
180-
},
181-
{
182-
"source": "/guide/features/state-management",
183-
"destination": "/getting-started/state-management",
184-
"permanent": false
185-
},
186-
{
187-
"source": "/guide/features/error-handling",
188-
"destination": "/getting-started/error-handling",
189-
"permanent": false
190-
},
191-
{
192-
"source": "/guide/going-further/testing",
193-
"destination": "/getting-started/testing",
194-
"permanent": false
195-
},
196-
{
197-
"source": "/getting-started/migration",
198-
"destination": "/getting-started/upgrade-guide/migration",
199-
"permanent": false
200-
},
201-
{
202-
"source": "/guide/going-further/edge-channel",
203-
"destination": "/getting-started/upgrade-guide/edge-channel",
204-
"permanent": false
205-
},
206-
{
207-
"source": "/guide/features/modules",
208-
"destination": "/guide/concepts/modules",
209-
"permanent": false
210-
},
211-
{
212-
"source": "/guide/features/server-routes",
213-
"destination": "/guide/directory-structure/server",
214-
"permanent": false
215-
},
216-
{
217-
"source": "/guide/going-further/esm",
218-
"destination": "/guide/concepts/esm",
219-
"permanent": false
220-
},
221-
{
222-
"source": "/guide/features/app-config",
223-
"destination": "/guide/directory-structure/app.config",
224-
"permanent": false
225-
},
226-
{
227-
"source": "/guide/features/runtime-config",
228-
"destination": "/guide/going-further/runtime-config",
229-
"permanent": false
230-
},
231-
{
232-
"source": "/guide/features/teleports",
233-
"destination": "/api/components/teleports",
52+
"source": "/support",
53+
"destination": "/support/solutions",
23454
"permanent": false
23555
}
23656
]

0 commit comments

Comments
 (0)