mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
Add documentation for 3rd-party libraries and resources (#2356)
Co-authored-by: Kevin Papst <kevinpapst@users.noreply.github.com> Co-authored-by: Bartłomiej Gawęda <bagaweda@gmail.com>
This commit is contained in:
24
shared/includes/docs/open-source-resources.html
Normal file
24
shared/includes/docs/open-source-resources.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th>
|
||||
Name
|
||||
</th>
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
<th>
|
||||
License
|
||||
</th>
|
||||
</tr>
|
||||
{% for resource in open-source %}
|
||||
<tr>
|
||||
<td>
|
||||
<a href="{{ resource.url }}" target="_blank">
|
||||
{{ resource.name }}
|
||||
</a>
|
||||
</td>
|
||||
<td>{{ resource.description | escape }}</td>
|
||||
<td>{{ resource.license }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
Reference in New Issue
Block a user