Reorganize Federation tasks so we have it group and under one topic (#12900)

* Reorganize Federation tasks so we have it group and under one topic

* Intended replacement
This commit is contained in:
Dani Comnea
2019-03-12 20:38:39 +00:00
committed by Kubernetes Prow Robot
parent d7cae63dcd
commit 56021dc671
29 changed files with 86 additions and 68 deletions
@@ -108,7 +108,6 @@ Another widely used example is the `includes` bundle. It sets `headless: true` i
en/includes
├── default-storage-class-prereqs.md
├── federated-task-tutorial-prereqs.md
├── federation-content-moved.md
├── index.md
├── partner-script.js
├── partner-style.css
@@ -327,7 +327,7 @@ Shortcodes inside include statements will break the build. You must insert them
```
{{</* note */>}}
{{</* include "federation-current-state.md" */>}}
{{</* include "task-tutorial-prereqs.md" */>}}
{{</* /note */>}}
```