51 lines
2.4 KiB
Markdown
51 lines
2.4 KiB
Markdown
---
|
|
title: Technische documentatie
|
|
description: Technische hulpbronnen voor Chill-ontwikkelaars
|
|
card: "Krijg toegang tot de broncode, de technische documentatie en de ontwikkeltools van Chill."
|
|
bgColor: "activity-sector"
|
|
layout: "gradient-card"
|
|
---
|
|
|
|
{{< gradient-card-section title="Broncode van Chill" description="De broncode van Chill wordt gehost op GitLab." >}}
|
|
<div class="space-y-4">
|
|
<p>De repository <a class="nav-link" href="https://gitlab.com/Chill-Projet/chill-bundles" target="_blank">chill-bundles</a> bevat de kernfunctionaliteiten van Chill. Deze repository is een verzameling Symfony-bundles.</p>
|
|
|
|
<p>Om ze uit te rollen, neemt u ze het best op in een Symfony-toepassing via de Composer-afhankelijkheden. Zo kunt u ook de configuratie en de uitvoering van de toepassing aanpassen.</p>
|
|
|
|
<a href="https://gitlab.com/Chill-Projet/chill-bundles" target="_blank" class="btn btn-primary mt-4">
|
|
Naar de GitLab-repository
|
|
</a>
|
|
</div>
|
|
{{< /gradient-card-section >}}
|
|
|
|
{{< gradient-card-section title="Issues en tickets" description="Meld bugs of stel verbeteringen voor." >}}
|
|
<div class="space-y-4">
|
|
<p>De tickets over de code van Chill bevinden zich in de repository chill-bundles.</p>
|
|
|
|
<a href="https://gitlab.com/Chill-Projet/chill-bundles/-/issues" target="_blank" class="btn btn-primary mt-4">
|
|
De tickets raadplegen
|
|
</a>
|
|
</div>
|
|
{{< /gradient-card-section >}}
|
|
|
|
{{< gradient-card-section title="Technische documentatie" description="Raadpleeg de volledige documentatie voor ontwikkelaars." >}}
|
|
<div class="space-y-4">
|
|
<p>De technische documentatie van Chill beschrijft de installatieprocedure, de configuratie en de ontwikkeling van modules op maat.</p>
|
|
|
|
<a href="https://docs.chill.social/en/latest/" target="_blank" class="btn btn-primary mt-4">
|
|
De documentatie raadplegen
|
|
</a>
|
|
</div>
|
|
{{< /gradient-card-section >}}
|
|
|
|
{{< gradient-card-section title="In gesprek met de ontwikkelaars" description="Op het Matrix-netwerk bestaat er een kanaal om met de ontwikkelaars van Chill te praten." >}}
|
|
<div class="flex flex-col items-center gap-4">
|
|
<p>Klik op de onderstaande link om deel te nemen:</p>
|
|
<a href="https://matrix.to/#/#chill-social-admin:matrix.org" target="_blank" class="btn btn-primary">
|
|
#chill-social-admin:matrix.org
|
|
</a>
|
|
<p>of scan de QR-code:</p>
|
|
<img src="/images/chill-admin.png" alt="QR-code Matrix" class="w-48 h-48">
|
|
</div>
|
|
{{< /gradient-card-section >}}
|