|
| 1 | +# The redirects.txt file stores all the redirects for the published docs |
| 2 | +# If you change a filename, move or delete a file, you need a redirect here. |
| 3 | +# - Comment lines start with a hash (#) and are ignored |
| 4 | +# - Each redirect should appear on its own line |
| 5 | + |
| 6 | +# We are using the dirhtml builder, so files are treated as directories: |
| 7 | +# - A file is built like `filename/index.html`, not `filename.html` |
| 8 | +# - *Do* include a trailing slash at the end of the path |
| 9 | +# - *Do not* include a file extension or you'll get errors |
| 10 | +# - Paths don't need a slash in front of them |
| 11 | + |
| 12 | +# Example: |
| 13 | +# redirect/from/file/ redirect/to/file/ |
| 14 | + |
| 15 | +# Tutorials |
| 16 | +t-set-up tutorial/ |
| 17 | +t-deploy tutorial/ |
| 18 | +t-access tutorial/ |
| 19 | +t-scale tutorial/ |
| 20 | +t-manage-passwords tutorial/ |
| 21 | +t-integrate tutorial/ |
| 22 | +t-enable-tls tutorial/ |
| 23 | +t-clean-up tutorial/ |
| 24 | + |
| 25 | +# How-to guides |
| 26 | +h-deploy how-to/deploy |
| 27 | +h-deploy-canonical-k8s how-to/deploy/canonical-k8s |
| 28 | +h-deploy-gke how-to/deploy/gke |
| 29 | +h-deploy-eks how-to/deploy/eks |
| 30 | +h-deploy-aks how-to/deploy/aks |
| 31 | +h-deploy-multi-az how-to/deploy/multi-az |
| 32 | +h-deploy-terraform how-to/deploy/terraform |
| 33 | +h-deploy-airgapped how-to/deploy/air-gapped |
| 34 | + |
| 35 | +h-integrate how-to/integrate-with-another-application |
| 36 | +h-manage-passwords how-to/manage-passwords |
| 37 | +h-external-access how-to/external-network-access |
| 38 | +h-scale how-to/scale-replicas |
| 39 | +h-enable-tls how-to/enable-tls |
| 40 | +h-enable-ldap how-to/enable-ldap |
| 41 | + |
| 42 | +h-enable-plugins-extensions how-to/enable-plugins-extensions |
| 43 | + |
| 44 | +h-backup how-to/back-up-and-restore/ |
| 45 | +h-configure-s3-aws how-to/back-up-and-restore/configure-s3-aws |
| 46 | +h-configure-s3-radosgw how-to/back-up-and-restore/configure-s3-radosgw |
| 47 | +h-create-backup how-to/back-up-and-restore/create-a-backup |
| 48 | +h-restore-backup how-to/back-up-and-restore/restore-a-backup |
| 49 | +h-manage-backup-retention how-to/back-up-and-restore/manage-backup-retention |
| 50 | +h-migrate-cluster how-to/back-up-and-restore/migrate-a-cluster |
| 51 | + |
| 52 | +h-monitor how-to/monitoring-cos/ |
| 53 | +h-enable-monitoring how-to/monitoring-cos/enable-monitoring |
| 54 | +h-enable-alert-rules how-to/monitoring-cos/enable-alert-rules |
| 55 | +h-enable-tracing how-to/monitoring-cos/enable-tracing |
| 56 | + |
| 57 | +h-upgrade how-to/upgrade/ |
| 58 | +h-upgrade-minor how-to/upgrade/perform-a-minor-upgrade |
| 59 | +h-rollback-minor how-to/upgrade/perform-a-minor-rollback |
| 60 | + |
| 61 | +h-async how-to/cross-regional-async-replication/ |
| 62 | +h-async-set-up how-to/cross-regional-async-replication/set-up-clusters |
| 63 | +h-async-integrate how-to/cross-regional-async-replication/integrate-with-a-client-app |
| 64 | +h-async-remove-recover how-to/cross-regional-async-replication/remove-or-recover-a-cluster |
| 65 | + |
| 66 | +h-development how-to/development/ |
| 67 | +h-development-integrate how-to/development/integrate-with-your-charm |
| 68 | +h-migrate-pgdump how-to/development/migrate-data-via-pg-dump |
| 69 | +h-migrate-backup-restore how-to/development/migrate-data-via-backup-restore |
| 70 | + |
| 71 | +# Reference |
| 72 | +r-releases reference/releases |
| 73 | +r-system-requirements reference/system-requirements |
| 74 | +r-software-testing reference/software-testing |
| 75 | +r-performance reference/performance-and-resources |
| 76 | + |
| 77 | +r-troubleshooting reference/troubleshooting/ |
| 78 | + |
| 79 | +r-plugins-extensions reference/plugins-extensions |
| 80 | +r-alert-rules reference/alert-rules |
| 81 | +r-statuses reference/statuses |
| 82 | +r-contacts reference/contacts |
| 83 | + |
| 84 | +# Explanation |
| 85 | +e-architecture explanation/architecture |
| 86 | +e-interfaces-endpoints explanation/interfaces-and-endpoints |
| 87 | +e-juju-details explanation/juju |
| 88 | +e-legacy-charm explanation/legacy-charm |
| 89 | +e-users explanation/users |
| 90 | +e-logs explanation/logs |
| 91 | +e-connection-pooling explanation/connection-pooling |
| 92 | + |
| 93 | +e-security explanation/security/ |
| 94 | +e-cryptography explanation/security/cryptography |
0 commit comments