WIP: #3278 Adding redirects /docs/contribute/ /docs/home/contribute/
This commit is contained in:
parent
9cae97082c
commit
a82efdee50
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
title: Creating a Documentation Pull Request
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include support-content-moved.md %}
|
|
||||||
|
|
||||||
[Creating a Documentation Pull Request](/docs/home/contribute/create-pull-request/)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
redirect_from:
|
|
||||||
- "/docs/templatedemos/"
|
|
||||||
- "/docs/templatedemos.html"
|
|
||||||
title: Using Page Templates
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include support-content-moved.md %}
|
|
||||||
|
|
||||||
[Using Page Templates](/docs/home/contribute/page-templates/)
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
title: Reviewing Documentation Issues
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include support-content-moved.md %}
|
|
||||||
|
|
||||||
[Reviewing Documentation Issues](/docs/home/contribute/review-issues/)
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
title: Staging Your Documentation Changes
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include support-content-moved.md %}
|
|
||||||
|
|
||||||
[Staging Your Documentation Changes](/docs/home/contribute/stage-documentation-changes/)
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
title: Documentation Style Guide
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include support-content-moved.md %}
|
|
||||||
|
|
||||||
[Documentation Style Guide](/docs/home/contribute/style-guide/)
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
title: Writing a New Topic
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include support-content-moved.md %}
|
|
||||||
|
|
||||||
[Writing a New Topic](/docs/home/contribute/write-new-topic/)
|
|
||||||
|
|
@ -60,6 +60,7 @@ fixed_redirects = """# 301 redirects (301 is the default status when no other on
|
||||||
/docs/api-reference/autoscaling/v1/operations/ /docs/api-reference/v1.6/#horizontalpodautoscaler-v1-autoscaling
|
/docs/api-reference/autoscaling/v1/operations/ /docs/api-reference/v1.6/#horizontalpodautoscaler-v1-autoscaling
|
||||||
/docs/api-reference/batch/v1/operations/ /docs/api-reference/v1.6/#job-v1-batch
|
/docs/api-reference/batch/v1/operations/ /docs/api-reference/v1.6/#job-v1-batch
|
||||||
/docs/api-reference/extensions/v1beta1/operations/ /docs/api-reference/extensions/v1beta1/definitions/
|
/docs/api-reference/extensions/v1beta1/operations/ /docs/api-reference/extensions/v1beta1/definitions/
|
||||||
|
/docs/contribute/ /docs/home/contribute/
|
||||||
"""
|
"""
|
||||||
|
|
||||||
branch_redirects = ["examples" , "cluster", "docs/devel", "docs/design"]
|
branch_redirects = ["examples" , "cluster", "docs/devel", "docs/design"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue