Now have the tiles working properly. Also, user interface somewhat improved.
This commit is contained in:
parent
53c7d1ca87
commit
257d306d5d
21 changed files with 9891 additions and 18 deletions
14
resources/templates/docs.html
Normal file
14
resources/templates/docs.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{% extends "templates/base.html" %}
|
||||
{% block content %}
|
||||
<div>
|
||||
<ul>
|
||||
{% for component in components %}
|
||||
<li>
|
||||
<a href="{{servlet-context}}/docs/{{component}}/uberdoc.html">
|
||||
{{component}}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue