1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-23 15:28:02 +00:00

Documentation website

This commit is contained in:
2023-06-01 22:06:51 +02:00
parent 415efe9ac4
commit 1ed8ca371b
35 changed files with 3979 additions and 8 deletions

View File

@ -0,0 +1,10 @@
<table><thead><tr><th>Shortcut</th><th>Action</th></tr></thead><tbody>
{%- for sc in shortcuts -%}
<tr><td>
{%- if sc.link -%}<a href="{{ sc.link }}">{%- endif -%}
{%- render "shortcut", shortcut: sc -%}
{%- if sc.link -%}</a>{%- endif -%}
</td>
<td>{{ sc.description }}</td></tr>
{%- endfor -%}
</tbody></table>