-
-
Notifications
You must be signed in to change notification settings - Fork 641
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(migration): add redirects for v1 (#1130)
Co-authored-by: Yaël Guilloux <[email protected]>
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# V1 | ||
|
||
/installation /v1/getting-started/installation 302! | ||
/:locale/installation /:locale/v1/getting-started/installation 302! | ||
/writing /v1/getting-started/writing 302! | ||
/:locale/writing /:locale/v1/getting-started/writing 302! | ||
/fetching /v1/getting-started/fetching 302! | ||
/:locale/fetching /:locale/v1/getting-started/fetching 302! | ||
/displaying /v1/getting-started/displaying 302! | ||
/:locale/displaying /:locale/v1/getting-started/displaying 302! | ||
/configuration /v1/getting-started/configuration 302! | ||
/:locale/configuration /:locale/v1/getting-started/configuration 302! | ||
/examples/basic /v1/examples/basic 302! | ||
/:locale/examples/basic /:locale/v1/examples/basic 302! | ||
/examples/tailwindcss-typography /v1/examples/tailwindcss-typography 302! | ||
/:locale/examples/tailwindcss-typography /:locale/v1/examples/tailwindcss-typography 302! | ||
/examples/docs-theme /v1/examples/docs-theme 302! | ||
/:locale/examples/docs-theme /:locale/v1/examples/docs-theme 302! | ||
/snippets /v1/community/snippets 302! | ||
/:locale/snippets /:locale/v1/community/snippets 302! | ||
/snippets /v1/community/integrations 302! | ||
/:locale/integrations /:locale/v1/community/integrations 302! | ||
|
||
# Changelog | ||
|
||
/releases /changelog 302! | ||
/:locale/releases /changelog 302! |