-
Notifications
You must be signed in to change notification settings - Fork 29
/
redirects.yaml
163 lines (158 loc) · 8.14 KB
/
redirects.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
docs/(?P<version>1\.[0-9]{1,2}|2\.0|2\.1|2\.2|2\.3|2\.4|2\.5)(?P<path>.*): https://old-docs.jujucharms.com/{version}{path}
# Redirect /docs/devel, /docs/stable, /docs/en (from old sitemap) to /docs
docs/(devel|stable|en|devel/en|stable/en): /docs
docs/(devel|stable|en|devel/en|stable/en)/(?P<path>.*): /docs/{path}
# Remove HTML extensions
(?P<path>.*)(\.html|/): /{path}
# URLs from the old docs.jujucharms.com, but not used in the URL map
docs/about-juju: /docs/what-is-juju
docs/actions: /docs/working-with-actions
docs/authors-charm-benchmarks: /docs/charm-writing/benchmarks
docs/authors-charm-best-practice: /docs/charm-writing/best-practice
docs/authors-charm-components: /docs/components-of-a-charm
docs/authors-charm-config: /docs/creating-config-yaml-and-configuring-charms
docs/authors-charm-hooks: /docs/charm-hooks
docs/authors-charm-icon: /docs/creating-icons-for-charms
docs/authors-charm-metadata: /docs/charm-metadata
docs/authors-charm-policy: /docs/charm-store-policy
docs/authors-charm-store: /docs/charm-writing/store
docs/authors-charm-writing: /docs/writing-your-first-juju-charm
docs/authors-hook-environment: /docs/charm-writing/hook-env
docs/authors-hook-errors: /docs/charm-writing/hook-errors
docs/authors-intro: /docs/charm-writing/howto-author
docs/authors-relations-in-depth: /docs/charm-writing/relations-lifecycle
docs/authors-relations: /docs/charm-writing/relations
docs/authors-service-config: /docs/charm-writing/application-config
docs/authors-subordinate-applications: /docs/charm-writing/subordinates
docs/charm-promulgation: /docs/charm-writing/promulgation
docs/charm-unmaintained-process: /docs/unmaintained-charms
docs/charms-bundles-gui: /docs/using-bundles-with-the-gui
docs/charms-bundles: /docs/charm-bundles
docs/charms-config: /docs/applications/configuring
docs/charms-constraints: /docs/constraints
docs/charms-deploying-advanced: /docs/applications/deploying-advanced
docs/charms-deploying: /docs/applications/deploying
docs/charms-destroy: /docs/removing-things
docs/charms-fan-aws-vpc: /docs/creating-an-aws-vpc
docs/charms-fan: /docs/fan-container-networking
docs/charms-ha: /docs/applications/ha
docs/charms-metrics: /docs/applications/metrics
docs/charms-offline-config: /docs/configuring-offline-usage
docs/charms-offline-deploying: /docs/deploying-charms-offline
docs/charms-offline-lxd: /docs/using-the-localhost-cloud-offline
docs/charms-offline-strategies: /docs/offline-mode-strategies
docs/charms-offline: /docs/working-offline
docs/charms-relations: /docs/relations
docs/charms-resources: /docs/juju-resources
docs/charms-scaling: /docs/applications/scaling
docs/charms-service-groups: /docs/applications/groups
docs/charms-storage-ceph: /docs/installing-ceph
docs/charms-storage-k8s: /docs/persistent-storage-and-kubernetes
docs/charms-storage: /docs/storage
docs/charms-upgrading: /docs/applications/upgrading
docs/charms-working-with-units: /docs/working-with-units
docs/command-changes: /docs/command-changes-from-1-25-to-2-0
docs/config-tagging: /docs/instance-naming-and-tagging-in-clouds
docs/contributing-en-GB: /docs/language-details-contributing-to-juju-docs
docs/controllers-backup: /docs/controller-backups
docs/controllers-config: /docs/configuring-controllers
docs/controllers-creating: /docs/creating-a-controller
docs/controllers-gui: /docs/gui
docs/controllers-ha: /docs/controller-high-availability
docs/developer-actions: /docs/charm-writing/actions
docs/developer-debug-dhx: /docs/charm-writing/hook-debug-dhx
docs/developer-debug-layers: /docs/debugging-building-layers
docs/developer-debugging: /docs/charm-writing/hook-debug
docs/developer-event-cycle: /docs/event-cycle
docs/developer-getting-started: /docs/getting-started-with-charm-development
docs/developer-layer-example: /docs/writing-a-layer-by-example
docs/developer-layers-interfaces: /docs/interface-layers
docs/developer-layers: /docs/layers-for-charm-authoring
docs/developer-leadership-howtos: /docs/leadership-howtos
docs/developer-leadership: /docs/implementing-leadership
docs/developer-metrics: /docs/metric-collecting-charms
docs/developer-network-primitives: /docs/charm-network-primitives
docs/developer-resources: /docs/using-resources-developer-guide
docs/developer-storage: /docs/writing-charms-that-use-storage
docs/developer-terms: /docs/writing-charms-that-use-terms
docs/developer-testing: /docs/writing-charm-tests
docs/developer-upgrade-charm: /docs/charm-writing/upgrading
docs/experts-sla: /docs/managed-solutions
docs/getting-started-keygen-win: /docs/creating-ssh-keypairs-on-windows
docs/getting-started: /docs/getting-started-with-juju
docs/howto-charm-with-docker: /docs/using-docker-in-charms
docs/howto-harvesting: /docs/juju-and-machine-utilization
docs/howto-privatecloud: /docs/cloud-image-metadata
docs/howto-prometheus: /docs/collecting-juju-metrics
docs/interface-mysql: /docs/charms-and-mysql-interfaces
docs/introducing-2: /docs/introducing-juju-2-0
docs/juju-block: /docs/disabling-commands
docs/juju-coexist: /docs/running-multiple-versions-of-juju
docs/juju-concepts: /docs/concepts-and-terms
docs/models-adding: /docs/adding-a-model
docs/models-cmr-scene-1: /docs/cmr-scenario-1
docs/models-cmr-scene-2: /docs/cmr-scenario-2
docs/models-cmr: /docs/cross-model-relations
docs/models-config: /docs/configuring-models
docs/models-migrate: /docs/migrating-models
docs/models-upgrade-notes: /docs/notes-on-upgrading-juju-software
docs/models-upgrade: /docs/upgrading-models
docs/multiuser: /docs/working-with-multiple-users
docs/network-spaces: /docs/spaces
docs/reference-bundle: /docs/bundle-reference
docs/reference-charm-hooks: /docs/charm-hooks-reference
docs/reference-constraints: /docs/reference/constraints
docs/reference-documents: /docs/reference
docs/reference-environment-variables: /docs/juju-environment-variables
docs/reference-hook-tools: /docs/charm-writing/hook-tools
docs/reference-install: /docs/installing
docs/reference-layer-yaml: /docs/charm-layer-yaml-reference
docs/reference-release-notes: /docs/release-notes
docs/reference-reviewers: /docs/reviewing-charms-and-bundles
docs/reference-status: /docs/charm-unit-status-and-their-meanings
docs/release-notes-2.4.0: /docs/2-4-0-release-notes
docs/release-notes-2.4.1: /docs/2-4-1-release-notes
docs/release-notes-2.4.2: /docs/2-4-2-release-notes
docs/release-notes-2.4.3: /docs/2-4-3-release-notes
docs/release-notes-2.4.4: /docs/2-4-4-release-notes
docs/release-notes-2.4.5: /docs/2-4-5-release-notes
docs/release-notes-2.4.6: /docs/2-4-6-release-notes
docs/release-notes-2.4.7: /docs/2-4-7-release-notes
docs/release-notes-2.5.0: /docs/2-5-0-release-notes
docs/release-notes-2.5.1: /docs/2-5-1-release-notes
docs/release-notes-2.5.2: /docs/2-5-2-release-notes
docs/snaps-offline-installing: /docs/installing-snaps-offline
docs/tools-amulet: /docs/amulet
docs/tools-charm-helpers: /docs/charm-helpers
docs/tools-charm-tools: /docs/charm-tools
docs/troubleshooting-additions: /docs/help-additions
docs/troubleshooting-clouds: /docs/help-clouds
docs/troubleshooting-logs: /docs/logs
docs/troubleshooting-removals: /docs/help-removals
docs/troubleshooting-upgrade: /docs/help-model-upgrades
docs/troubleshooting: /docs/help
docs/tut-charms: /docs/introduction-to-juju-charms
docs/tut-google: /docs/create-a-google-compute-engine-controller
docs/tut-users: /docs/multi-user-cloud
docs/tutorial-client-basic: /docs/tutorials/client-basic
docs/tutorial-k8s-aws: /docs/tutorials/k8s-aws-integrator
docs/tutorial-k8s-charms: /docs/tutorials/k8s-charms
docs/tutorial-k8s-static-pv: /docs/tutorials/k8s-static-pv
docs/tutorial-microk8s: /docs/tutorials/k8s-microk8s
docs/tutorial-multiuser-basic: /docs/tutorials/multi-user-basic
docs/tutorial-multiuser-external: /docs/tutorials/multi-user-external
docs/upgrade-series: /docs/upgrading-series
docs/users-sample-commands: /docs/sample-command-usage-and-output-interpretation
docs/users: /docs/user-types-and-abilities
docs/whats-new: /docs/whats-new-2-6
# Removal of all docs
docs: https://juju.is/docs
docs/(?P<path>.*): https://juju.is/docs/{path}
# Other redirects
docs/help-google/?: /docs/gce-cloud
support/create: /support
assets/(?P<path>.*): /static/{path}
get-started/?: /docs/getting-started-with-juju
tutorials: https://juju.is/tutorials
tutorials/(?P<path>.*): https://juju.is/tutorials/{path}
store: https://charmhub.io