mirror of
https://github.com/p-stream/docs.git
synced 2026-01-11 20:10:34 +00:00
Add folder redirects
This commit is contained in:
parent
46e06096fc
commit
f718f077b4
5 changed files with 15 additions and 0 deletions
3
pages/backend/index.tsx
Normal file
3
pages/backend/index.tsx
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { createRedirect } from "@neato/guider/client";
|
||||
|
||||
export default createRedirect({ to: '/backend/introduction' });
|
||||
3
pages/client/index.tsx
Normal file
3
pages/client/index.tsx
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { createRedirect } from "@neato/guider/client";
|
||||
|
||||
export default createRedirect({ to: '/client/introduction' });
|
||||
3
pages/extra/index.tsx
Normal file
3
pages/extra/index.tsx
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { createRedirect } from "@neato/guider/client";
|
||||
|
||||
export default createRedirect({ to: '/extra/streaming' });
|
||||
3
pages/proxy/index.tsx
Normal file
3
pages/proxy/index.tsx
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { createRedirect } from "@neato/guider/client";
|
||||
|
||||
export default createRedirect({ to: '/proxy/introduction' });
|
||||
3
pages/self-hosting/index.tsx
Normal file
3
pages/self-hosting/index.tsx
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { createRedirect } from "@neato/guider/client";
|
||||
|
||||
export default createRedirect({ to: '/self-hosting/hosting-intro' });
|
||||
Loading…
Reference in a new issue