WIP: Cleanup /docs/contribute/ migration (#3278)

* WIP: Cleanup /docs/contribute/ migration

* #3278 Changing /docs/contribute to /docs/home/contribute (#3285)

* WIP: #3278 Adding redirects /docs/contribute/ /docs/home/contribute/

* WIP: #3278 modifying /docs/contribute/ paths within files to /docs/home/contribute/

* Revert "WIP: #3278 Adding redirects /docs/contribute/ /docs/home/contribute/"

This reverts commit a82efdee505d7a409cb3c86240cc0ee976a2e566.

* WIP: #3278 Adding redirects /docs/contribute/ /docs/home/contribute/

* WIP: #3278 Correcting syntax mistake in redirect.js

* WIP: #3278 Correcting another syntax mistake in redirect.js

* WIP: #3278 Removing deprecated files so redirects work

* Removing the #

* WIP: #3278 Updating pattern in redirect.js

* WIP: #3278 Removed the wrong # previously redirect.js
This commit is contained in:
Andrew Chen
2017-04-10 13:24:14 -07:00
committed by GitHub
parent 299142058a
commit 005fce03fe
23 changed files with 56 additions and 92 deletions
+5 -5
View File
@@ -8,7 +8,7 @@ This page shows how to create a new topic for the Kubernetes docs.
{% capture prerequisites %}
Create a fork of the Kubernetes documentation repository as described in
[Creating a Documentation Pull Request](/docs/contribute/create-pull-request/).
[Creating a Documentation Pull Request](/docs/home/contribute/create-pull-request/).
{% endcapture %}
{% capture steps %}
@@ -38,7 +38,7 @@ is the best fit for your content:
</table>
Each page type has a
[template](/docs/contribute/page-templates/)
[template](/docs/home/contribute/page-templates/)
that you can use as you write your topic.
Using templates helps ensure consistency among topics of a given type.
@@ -135,9 +135,9 @@ image format is SVG.
{% endcapture %}
{% capture whatsnext %}
* Learn about [using page templates](/docs/contribute/page-templates/).
* Learn about [staging your changes](/docs/contribute/stage-documentation-changes).
* Learn about [creating a pull request](/docs/contribute/create-pull-request/).
* Learn about [using page templates](/docs/home/contribute/page-templates/).
* Learn about [staging your changes](/docs/home/contribute/stage-documentation-changes).
* Learn about [creating a pull request](/docs/home/contribute/create-pull-request/).
{% endcapture %}
{% include templates/task.md %}