mirror of https://github.com/docker/docs.git
Added examples parsing to liquid template
Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
parent
a1933d276b
commit
ff0e184ef3
|
@ -76,4 +76,12 @@
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if site.data[page.datafolder][page.datafile].examples %}
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
{{ site.data[page.datafolder][page.datafile].examples }}
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue