fix: remove the redirect_from settings. (#19645)

This commit is contained in:
Jacky Wu
2020-03-17 21:32:22 +08:00
committed by GitHub
parent a97e5ef287
commit 64f9b39d33
5 changed files with 0 additions and 19 deletions
@@ -2,9 +2,6 @@
approvers: approvers:
- pweil- - pweil-
title: Pod 安全策略 title: Pod 安全策略
redirect_from:
- "/docs/user-guide/pod-security-policy/"
- "/docs/user-guide/pod-security-policy/index.html"
--- ---
@@ -2,11 +2,6 @@
approvers: approvers:
- erictune - erictune
title: Init 容器 title: Init 容器
redirect_from:
- "/docs/concepts/abstractions/init-containers/"
- "/docs/concepts/abstractions/init-containers.html"
- "/docs/user-guide/pods/init-container/"
- "/docs/user-guide/pods/init-container.html"
content_template: templates/concept content_template: templates/concept
--- ---
@@ -1,8 +1,5 @@
--- ---
title: Pod 的生命周期 title: Pod 的生命周期
redirect_from:
- "/docs/user-guide/pod-states/"
- "/docs/user-guide/pod-states.html"
content_template: templates/concept content_template: templates/concept
--- ---
@@ -1,10 +1,5 @@
--- ---
title: 同 Pod 内的容器使用共享卷通信 title: 同 Pod 内的容器使用共享卷通信
redirect_from:
- "/docs/user-guide/pods/multi-container/"
- "/docs/user-guide/pods/multi-container.html"
- "/docs/tasks/configure-pod-container/communicate-containers-same-pod/"
- "/docs/tasks/configure-pod-container/communicate-containers-same-pod.html"
content_template: templates/task content_template: templates/task
--- ---
@@ -1,9 +1,6 @@
--- ---
title: 访问集群上运行的服务 title: 访问集群上运行的服务
redirect_from:
- "/docs/user-guide/accessing-the-cluster/"
- "/docs/user-guide/accessing-the-cluster.html"
content_template: templates/task content_template: templates/task
--- ---