822d59b5e4
Conflicts: _data/tasks.yml _data/tutorials.yml docs/tasks/access-kubernetes-api/http-proxy-access-api.md docs/tasks/index.md docs/tutorials/index.md
33 lines
421 B
Markdown
33 lines
421 B
Markdown
{% if overview %}
|
|
|
|
{{ overview }}
|
|
|
|
{% else %}
|
|
|
|
{% include templates/_errorthrower.md missing_block='overview' purpose='provides an overview of this concept.' %}
|
|
|
|
{% endif %}
|
|
|
|
* TOC
|
|
{:toc}
|
|
|
|
{% if body %}
|
|
|
|
{{ body }}
|
|
|
|
{% else %}
|
|
|
|
{% include templates/_errorthrower.md missing_block='body' purpose='supplies the body of the page content.' %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
{% if whatsnext %}
|
|
|
|
### What's next
|
|
|
|
{{ whatsnext }}
|
|
|
|
{% endif %}
|
|
|