chore(doc-gen): generate docs for angular.io

You can generate docs for comsumption by the angular.io website by running:

```bash
gulp docs/angular.io
```

The generated docs can be found in `dist/angular.io`
This commit is contained in:
Alex Wolfe
2015-04-25 14:29:20 -07:00
committed by Peter Bacon Darwin
parent b72eb0783b
commit c269bd5d3c
15 changed files with 389 additions and 2 deletions
@@ -0,0 +1,16 @@
{% include "lib/paramList.html" -%}
{% extends 'layout/base.template.html' -%}
{% block body %}
.l-main-section
h2(class="function export") {$ doc.name $}
p <code>{$ paramList(doc.parameters) $}</code>
p.location-badge.
exported from <a href="/{$ doc.moduleDoc.path $}">{$ doc.moduleDoc.id $}</a>
:markdown
{$ doc.description | indent(4, true) $}
{% endblock %}