- Updated padding values for sections in custom CSS files to enhance spacing. - Introduced new card styles with hover effects for better user interaction. - Added new gradient card layout in the chill theme for a visually appealing design. - Removed obsolete sector layout and replaced it with a more flexible gradient card layout. - Enhanced feature list layout with improved pagination and sidebar integration. - Created a new shortcode for gradient card sections to streamline feature presentation.
52 lines
2.6 KiB
Markdown
52 lines
2.6 KiB
Markdown
---
|
|
title: Documentation technique
|
|
description: Ressources techniques pour développeurs Chill
|
|
card: "Accédez au code source, à la documentation technique et aux outils de développement de Chill."
|
|
bgColor: "activity-sector"
|
|
layout: "gradient-card"
|
|
---
|
|
|
|
{{< gradient-card-section title="Code source de Chill" description="Le code source de Chill est hébergé sur GitLab." >}}
|
|
<div class="space-y-4">
|
|
<p>Le dépôt <a class="nav-link" href="https://gitlab.com/Chill-Projet/chill-bundles" target="_blank">chill-bundles</a> comporte les fonctionnalités principales de Chill. Ce dépôt est un ensemble de bundles Symfony.</p>
|
|
|
|
<p>Pour être déployées, il est préférable de les inclure dans une application Symfony en les incluant dans les dépendances Composer. De cette manière, il est aussi possible de personnaliser la configuration et l'exécution de l'application.</p>
|
|
|
|
<a href="https://gitlab.com/Chill-Projet/chill-bundles" target="_blank" class="btn btn-primary mt-4">
|
|
Accéder au dépôt GitLab
|
|
</a>
|
|
</div>
|
|
{{< /gradient-card-section >}}
|
|
|
|
{{< gradient-card-section title="Issues et tickets" description="Signalez des bugs ou proposez des améliorations." >}}
|
|
<div class="space-y-4">
|
|
<p>Les tickets concernant le code de Chill se situent dans le dépôt chill-bundles.</p>
|
|
|
|
<a href="https://gitlab.com/Chill-Projet/chill-bundles/-/issues" target="_blank" class="btn btn-primary mt-4">
|
|
Consulter les tickets
|
|
</a>
|
|
</div>
|
|
{{< /gradient-card-section >}}
|
|
|
|
{{< gradient-card-section title="Documentation technique" description="Consultez la documentation complète pour développeurs." >}}
|
|
<div class="space-y-4">
|
|
<p>La documentation technique de Chill explique la procédure d'installation, la configuration et le développement de modules personnalisés.</p>
|
|
|
|
<a href="https://docs.chill.social/en/latest/" target="_blank" class="btn btn-primary mt-4">
|
|
Consulter la documentation
|
|
</a>
|
|
</div>
|
|
{{< /gradient-card-section >}}
|
|
|
|
{{< gradient-card-section title="Échanger avec les développeurs" description="Il existe un salon sur la messagerie Matrix, pour échanger avec les développeurs de Chill." >}}
|
|
<div class="flex flex-col items-center gap-4">
|
|
<p>Pour le rejoindre cliquez sur le lien ci-dessous :</p>
|
|
<a href="https://matrix.to/#/#chill-social-admin:matrix.org" target="_blank" class="btn btn-primary">
|
|
#chill-social-admin:matrix.org
|
|
</a>
|
|
<p>ou scannez le code QR :</p>
|
|
<img src="/images/chill-admin.png" alt="QR Code Matrix" class="w-48 h-48">
|
|
</div>
|
|
{{< /gradient-card-section >}}
|
|
|