From e16932f29a6004d76859f184a477add1bd028499 Mon Sep 17 00:00:00 2001 From: perry Date: Thu, 26 May 2016 11:06:45 -0500 Subject: [PATCH] chore(dgeni): add advanced section to docs. --- scripts/docs/templates/common.template.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 8cca8562a4..2de20a476e 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -333,6 +333,14 @@ Improve this doc <@- endif -@> +<@ block advanced @> +<@- if doc.advanced -@> +

Advanced

+<$ doc.advanced | marked $> +<@- endif -@> +<@ endblock @> + + <@- if doc.see @>