1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
stackexchange-dnscontrol/docs/provider-list.html
Craig Peterson 7ba051d750 adding docs again
2017-01-11 13:02:45 -07:00

17 lines
295 B
HTML

---
layout: default
---
<h1> Service providers </h1>
<table class='table table-bordered'>
<thead>
<th>Name</th>
<th>Javascript Identifier</th>
</thead>
{% for p in site.providers %}
<tr>
<td><a href=".{{p.id}}">{{p.name}}</a></td>
<td>{{p.jsId}}</td>
</tr>
{% endfor %}
</table>