modify cluster-large

delete conflict files
This commit is contained in:
zhangqx2010
2017-10-01 18:05:52 +08:00
parent 5b0894a04b
commit 835f81cf9a
3 changed files with 7 additions and 184 deletions
-32
View File
@@ -1,32 +0,0 @@
{% 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 %}