Configure redirects for patterns and examples whose path change during repository restructure #2421
Labels
enhancement
Any addition or improvement that doesn't fix a code bug or prose inaccuracy
Infrastructure
Related to maintaining task force and repo operations, processes, systems, documentation
Milestone
This issue is part of the Restructure repository Project.
As described in #2418, the paths of a few patterns and all examples will change when we land all the work described in that issue.
Following is the list of directory and file name changes that require redirects to be configured:
/dialogmodal/
to/dialog-modal/
. This affects the path of the pattern and all its examples./menubutton/
to/menu-button/
. This affects the path of the pattern and all its examples./wai/aria/apg/examples-index/PATTERN_DIRECTORY_NAME/EXAMPLE_NAME.html
to/wai/aria/apg/patterns/PATTERN_DIRECTORY_NAME/examples/EXAMPLE_NAME.html
. Exceptions to this pattern follow.WAI/ARIA/apg/example-index/dialog-modal/alertdialog.html
toWAI/ARIA/apg/patterns/alertdialog/examples/alertdialog.html
WAI/ARIA/apg/example-index/breadcrumb/index.html
toWAI/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.html
WAI/ARIA/apg/example-index/slider/slider-multithumb.html
toWAI/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.html
treeview-1
directory is removed from the path of the File Directory Treeview Example Using Computed Properties, so the path is changing from:WAI/ARIA/apg/example-index/treeview/treeview-1/treeview-1a.html
toWAI/ARIA/apg/patterns/treeview/examples/treeview-1a.html
treeview-1
directory is removed from the path of the File Directory Treeview Example Using Declared Properties, so the path is changing from:WAI/ARIA/apg/example-index/treeview/treeview-1/treeview-1b.html
toWAI/ARIA/apg/patterns/treeview/examples/treeview-1b.html
The text was updated successfully, but these errors were encountered: