-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathredirects.yaml
17 lines (17 loc) · 1.24 KB
/
redirects.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# redirect for old /doc paths
doc/?: https://canonical-mir.readthedocs-hosted.com/stable/
doc/cppguide.*: https://canonical-mir.readthedocs-hosted.com/stable/_static/cppguide/
doc/component_reports.*: https://canonical-mir.readthedocs-hosted.com/stable/explanation/component_reports/
doc/dso_versioning_guide.*: https://canonical-mir.readthedocs-hosted.com/stable/reference/dso_versioning_guide/
doc/getting_and_using_mir.*: https://canonical-mir.readthedocs-hosted.com/stable/tutorial/
doc/getting_involved_in_mir.*: https://canonical-mir.readthedocs-hosted.com/stable/how-to/getting_involved_in_mir/
doc/introducing_the_miral_api.*: https://canonical-mir.readthedocs-hosted.com/stable/reference/introducing_the_miral_api/
doc/md_doc_kernel_requirements.*: https://canonical-mir.readthedocs-hosted.com/stable/reference/kernel_requirements/
doc/deprecated.*: https://canonical-mir.readthedocs-hosted.com/stable/api/page_deprecated/
doc/md__h_a_c_k_i_n_g.*: https://github.com/canonical/mir/blob/main/HACKING.md
doc/md__r_e_a_d_m_e.*: https://github.com/canonical/mir/blob/main/README.md
#catch all for /doc
doc/.*: https://canonical-mir.readthedocs-hosted.com/stable/
#redirect /tutorials to /docs/tutorials
tutorials: /docs/tutorials/
tutorials/.*: /docs/tutorials/