Files
chill.social/content/en/resources/technical-documentation.md

51 lines
2.4 KiB
Markdown

---
title: Technical documentation
description: Technical resources for Chill developers
card: "Access the source code, the technical documentation and the development tools for Chill."
bgColor: "activity-sector"
layout: "gradient-card"
---
{{< gradient-card-section title="Chill source code" description="The Chill source code is hosted on GitLab." >}}
<div class="space-y-4">
<p>The <a class="nav-link" href="https://gitlab.com/Chill-Projet/chill-bundles" target="_blank">chill-bundles</a> repository holds the core features of Chill. This repository is a set of Symfony bundles.</p>
<p>To deploy them, it is best to include them in a Symfony application by adding them to the Composer dependencies. This also makes it possible to customise the configuration and the runtime behaviour of the application.</p>
<a href="https://gitlab.com/Chill-Projet/chill-bundles" target="_blank" class="btn btn-primary mt-4">
Go to the GitLab repository
</a>
</div>
{{< /gradient-card-section >}}
{{< gradient-card-section title="Issues and tickets" description="Report bugs or suggest improvements." >}}
<div class="space-y-4">
<p>Tickets about the Chill code live in the chill-bundles repository.</p>
<a href="https://gitlab.com/Chill-Projet/chill-bundles/-/issues" target="_blank" class="btn btn-primary mt-4">
Browse the tickets
</a>
</div>
{{< /gradient-card-section >}}
{{< gradient-card-section title="Technical documentation" description="Read the full documentation for developers." >}}
<div class="space-y-4">
<p>The Chill technical documentation covers the installation procedure, the configuration and the development of custom modules.</p>
<a href="https://docs.chill.social/en/latest/" target="_blank" class="btn btn-primary mt-4">
Read the documentation
</a>
</div>
{{< /gradient-card-section >}}
{{< gradient-card-section title="Talk to the developers" description="There is a room on the Matrix messaging network where you can talk to the Chill developers." >}}
<div class="flex flex-col items-center gap-4">
<p>To join it, click the link below:</p>
<a href="https://matrix.to/#/#chill-social-admin:matrix.org" target="_blank" class="btn btn-primary">
#chill-social-admin:matrix.org
</a>
<p>or scan the QR code:</p>
<img src="/images/chill-admin.png" alt="Matrix QR code" class="w-48 h-48">
</div>
{{< /gradient-card-section >}}