Skip to content

Commit 4ebc47d

Browse files
committed
add archetype pages for content types
1 parent ed39ca8 commit 4ebc47d

File tree

6 files changed

+46
-97
lines changed

6 files changed

+46
-97
lines changed

archetypes/concepts.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
content_type: concept
4+
---
5+
6+
<!-- overview -->
7+
8+
<!-- body -->
9+
10+
<!-- Optional section; add links to information related to this topic. -->
11+
12+
## {{% heading "whatsnext" %}}

archetypes/tasks.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
content_type: task
4+
---
5+
6+
<!-- overview -->
7+
8+
## {{% heading "prerequisites" %}}
9+
10+
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
11+
12+
<!-- steps -->
13+
14+
<!-- discussion -->
15+
16+
<!-- Optional section; add links to information related to this topic. -->
17+
## {{% heading "whatsnext" %}}

archetypes/tutorials.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
content_type: tutorial
4+
---
5+
6+
<!-- overview -->
7+
8+
## {{% heading "prerequisites" %}}
9+
10+
## {{% heading "objectives" %}}
11+
12+
<!-- lessoncontent -->
13+
14+
## {{% heading "cleanup" %}}
15+
16+
<!-- Optional section; add links to information related to this topic. -->
17+
## {{% heading "whatsnext" %}}

content/en/docs/concepts/example-concept-template.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

content/en/docs/tasks/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,5 @@ This section of the Kubernetes documentation contains pages that
1111
show how to do individual tasks. A task page shows how to do a
1212
single thing, typically by giving a short sequence of steps.
1313

14-
15-
## {{% heading "whatsnext" %}}
16-
17-
1814
If you would like to write a task page, see
1915
[Creating a Documentation Pull Request](/docs/home/contribute/create-pull-request/).

content/en/docs/tasks/example-task-template.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)