add alert to docs

This commit is contained in:
jrcreative
2021-03-03 12:27:59 -08:00
parent c0e67713ae
commit 75e6537133
4 changed files with 84 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
map_hash_bucket_size 256;
map $request_uri $redirect_uri {
~^/docs/rancher/v2.0(/?.*)$ /docs/rancher/v2.x$1;
~^/docs/rancher/v2.0/(.*)$ /docs/rancher/v2.x/$1;
~^/docs/rke/v0.1.x(/?.*)$ /docs/rke/latest$1;
~^/docs/os/quick-start-guide/?$ /rancher-os;
~^/docs/rancher/v1.0/zh/rancher-compose/?$ /docs/rancher/v2.x/en/k8s-in-rancher/workloads/add-a-sidecar/;