Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@
# Dev tools redirects
#
/devtools/ui-contrib-guide /ui-contrib-guide


# Redirect all v1 paths to v3 (with full docs path)
/docs/1.0.0/* /docs/3.0.0/:splat

# Redirect all v2 paths to v3 (with full docs path)
/docs/2.0.0/* /docs/3.0.0/:splat
Loading