From 0b28de1e550d4811cd7206d2883fde157e500e83 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Sat, 15 Feb 2014 20:57:38 +0000 Subject: chore(doc-gen): improve error page navigation --- docs/config/templates/errorNamespace.template.html | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/config/templates/errorNamespace.template.html (limited to 'docs/config/templates') diff --git a/docs/config/templates/errorNamespace.template.html b/docs/config/templates/errorNamespace.template.html new file mode 100644 index 00000000..ebd48e04 --- /dev/null +++ b/docs/config/templates/errorNamespace.template.html @@ -0,0 +1,28 @@ +{% extends 'base.template.html' %} + +{% block content %} +

{$ doc.name $}

+ +
+ Here are the list of errors in the {$ doc.name $} namespace. + +
+ +
+
+ + + + + + {% for errorDoc in doc.errors -%} + + + + + {% endfor %} +
NameDescription
{$ errorDoc.name $}{$ errorDoc.fullName $}
+
+
+ +{% endblock %} \ No newline at end of file -- cgit v1.2.3