2023-09-22 21:50:55 +02:00
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<h2>Getting Started</h2>
|
|
|
|
<ul>
|
|
|
|
<li><a href="/">Home</a></li>
|
|
|
|
<li><a href="https://github.com/EGroupware/egroupware/wiki">Development</a></li>
|
|
|
|
<li><a href="/getting-started/widgets">Widgets</a></li>
|
|
|
|
<li><a href="/getting-started/styling">Styling</a></li>
|
|
|
|
<li><a href="/getting-started/customizing">Customizing</a></li>
|
|
|
|
<li><a href="/getting-started/localization">Localization</a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<h2>Resources</h2>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://help.egroupware.org">Community</a></li>
|
|
|
|
<li><a href="https://www.egroupware.org/en/professional-support">Help & Support</a></li>
|
|
|
|
<li><a href="https://github.com/EGroupware/egroupware/releases">Changelog</a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<h2>Components</h2>
|
|
|
|
<ul>
|
2023-09-22 23:03:37 +02:00
|
|
|
<li><em><a href="/components/sandbox">Sandbox</a></em></li>
|
2023-09-22 21:50:55 +02:00
|
|
|
{% for component in meta.components %}
|
|
|
|
<li>
|
2023-09-27 22:07:41 +02:00
|
|
|
{% if component.tagName %}
|
2023-09-22 21:50:55 +02:00
|
|
|
<a href="/components/{{ component.tagName | removeSlPrefix }}">
|
|
|
|
{{ component.name | classNameToComponentName }}
|
|
|
|
</a>
|
2023-09-27 22:07:41 +02:00
|
|
|
{% else %}
|
|
|
|
{{ component.name }}
|
|
|
|
{% endif %}
|
2023-09-22 21:50:55 +02:00
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<h2>Tutorials</h2>
|
|
|
|
<ul>
|
2023-09-22 23:03:37 +02:00
|
|
|
<li><a href="/tutorials/creating-a-widget">Creating a widget</a></li>
|
2023-09-22 21:50:55 +02:00
|
|
|
<li><a href="/tutorials/integrating-with-egw">Integrating with EGroupware</a></li>
|
|
|
|
<li><a href="/tutorials/link-system">Implementing the linking system</a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|