aboutsummaryrefslogtreecommitdiffstats
path: root/docs/overview.template
diff options
context:
space:
mode:
Diffstat (limited to 'docs/overview.template')
-rw-r--r--docs/overview.template15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/overview.template b/docs/overview.template
index f7540999..6207d41b 100644
--- a/docs/overview.template
+++ b/docs/overview.template
@@ -1,6 +1,15 @@
<h1><tt>{{name}}</tt></h1>
{{{description}}}
-{{#example}}<WIKI:SOURCE style="display:block;">{{/example}}
-{{{example}}}
-{{#example}}</WIKI:SOURCE>{{/example}}
+{{#example}}
+<h2>Example</h2>
+{{{exampleDescription}}}
+<doc:example>
+ <doc:source>
+{{/example}}
+ {{{example}}}
+{{#example}}
+ </doc:source>
+ <doc:scenario>{{{scenario}}}</doc:scenario>
+</doc:example>
+{{/example}}