Skip to content

Commit

Permalink
fix redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jul 26, 2023
1 parent a407d45 commit 970c446
Showing 1 changed file with 39 additions and 13 deletions.
52 changes: 39 additions & 13 deletions docs/public/_redirects
Original file line number Diff line number Diff line change
@@ -1,28 +1,54 @@
# 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!
/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!
/integrations /v1/community/integrations 302!
/releases /changelog 302!

https://content-v1.nuxtjs.org/* https://content.nuxtjs.org/:splat 301!
# FR
/fr/installation /fr/v1/getting-started/installation 302!
/fr/writing /fr/v1/getting-started/writing 302!
/fr/fetching /fr/v1/getting-started/fetching 302!
/fr/displaying /fr/v1/getting-started/displaying 302!
/fr/examples/basic /fr/v1/examples/basic 302!
/fr/examples/tailwindcss-typography /fr/v1/examples/tailwindcss-typography 302!
/fr/examples/docs-theme /fr/v1/examples/docs-theme 302!
/fr/snippets /fr/v1/community/snippets 302!
/fr/integrations /fr/v1/community/integrations 302!
/fr/releases /changelog 302!

# Changelog
# RU

/ru/installation /ru/v1/getting-started/installation 302!
/ru/writing /ru/v1/getting-started/writing 302!
/ru/fetching /ru/v1/getting-started/fetching 302!
/ru/displaying /ru/v1/getting-started/displaying 302!
/ru/examples/basic /ru/v1/examples/basic 302!
/ru/examples/tailwindcss-typography /ru/v1/examples/tailwindcss-typography 302!
/ru/examples/docs-theme /ru/v1/examples/docs-theme 302!
/ru/snippets /ru/v1/community/snippets 302!
/ru/integrations /ru/v1/community/integrations 302!
/ru/releases /changelog 302!

# JA

/ja/installation /ja/v1/getting-started/installation 302!
/ja/writing /ja/v1/getting-started/writing 302!
/ja/fetching /ja/v1/getting-started/fetching 302!
/ja/displaying /ja/v1/getting-started/displaying 302!
/ja/examples/basic /ja/v1/examples/basic 302!
/ja/examples/tailwindcss-typography /ja/v1/examples/tailwindcss-typography 302!
/ja/examples/docs-theme /ja/v1/examples/docs-theme 302!
/ja/snippets /ja/v1/community/snippets 302!
/ja/integrations /ja/v1/community/integrations 302!
/ja/releases /changelog 302!

/releases /changelog 302!
/:locale/releases /changelog 302!

https://content-v2.nuxtjs.org/* https://content.nuxtjs.org/:splat 301!

0 comments on commit 970c446

Please sign in to comment.