forked from aiven/devportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_redirects
49 lines (42 loc) · 3.36 KB
/
_redirects
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
# Domain level redirect for path forwarding
http://developer.aiven.io/* https://docs.aiven.io/:splat 301!
https://developer.aiven.io/* https://docs.aiven.io/:splat 301!
# Convenience URLs
/kafka /docs/products/kafka/index.html
/postgresql /docs/products/postgresql/index.html
/flink /docs/products/flink/index.html
/clickhouse /docs/products/clickhouse/index.html
/opensearch /docs/products/opensearch/index.html
/m3db /docs/products/m3db/index.html
/mysql /docs/products/mysql/index.html
/redis /docs/products/redis/index.html
/cassandra /docs/products/cassandra/index.html
/grafana /docs/products/grafana/index.html
/api /docs/tools/api/index.html
/cli /docs/tools/cli.html
/terraform /docs/tools/terraform/index.html
# Renamed/deleted files
/docs/products/flink/howto/real-time-alerting-solution-cli.html /docs/products/flink/howto/real-time-alerting-solution.html
/docs/platform/howto/disable-user-2fa.html /docs/platform/howto/user-2fa.html
/docs/tools/terraform/upgrade-provider-v1-v2.html /docs/tools/terraform/howto/upgrade-provider-v1-v2.html
/docs/products/mysql/howto/max-number-of-connections.html /docs/products/mysql/concepts/max-number-of-connections.html
/docs/products/postgresql/reference/plan-iops.html /docs/products/postgresql/reference/resource-capability.html
/docs/products/kafka/howto/enable-schema-registry-authorization.html /docs/products/kafka/karapace/howto/enable-schema-registry-authorization.html
/docs/products/kafka/howto/manage-schema-registry-authorization.html /docs/products/kafka/karapace/howto/manage-schema-registry-authorization.html
/docs/platform/howto/renaming-a-service.html /docs/platform/howto/rename-a-service.html
/docs/platform/howto/recovering-a-deleted-service.html /docs/platform/howto/recover-a-deleted-service.html
/docs/products/opensearch/howto/upgrade-to-opensearch-with-terraform.html /docs/tools/terraform/howto/upgrade-to-opensearch.html
/docs/products/kafka/kafka-connect/concepts/list-of-connector-plugins.html /docs/products/kafka/kafka-connect.html
# Redirect from .index.html to specific page names for landing
# with one section and no subsections, i. e. docs/platform
/docs/:section/index.html /docs/:section
/docs/:section/index /docs/:section
/docs/:section/ /docs/:section
# with one subsection, i. e. docs/products/cassandra
/docs/:section/:subsection/index.html /docs/:section/:subsection
/docs/:section/:subsection/index /docs/:section/:subsection
/docs/:section/:subsection/ /docs/:section/:subsection
# with a subsubsection, i. e. docs/products/opensearch/dashboards
/docs/:section/:subsection/:subsubsection/index.html /docs/:section/:subsection/:subsubsection
/docs/:section/:subsection/:subsubsection/index /docs/:section/:subsection/:subsubsection
/docs/:section/:subsection/:subsubsection/ /docs/:section/:subsection/:subsubsection