diff --git a/app/app/astro.config.mjs b/app/app/astro.config.mjs
index 1dc4242..135d187 100644
--- a/app/app/astro.config.mjs
+++ b/app/app/astro.config.mjs
@@ -25,7 +25,8 @@ export default defineConfig({
},
},
social: [
- { icon: 'telegram', label: 'Telegram', href: 'https://t.me/FluffEvent' },
+ { icon: 'twitter', label: 'Twitter', href: 'https://twitter.com/FluffEvent' },
+ { icon: 'telegram', label: 'Telegram', href: 'https://t.me/FluffEventNews' },
{ icon: 'discord', label: 'Discord', href: 'https://discord.com/invite/rAesnJHuPe' },
{ icon: 'github', label: 'GitHub', href: 'https://github.com/FluffEvent/fluffevent-help' },
],
diff --git a/app/app/package.json b/app/app/package.json
index 1995a39..ff7cd96 100644
--- a/app/app/package.json
+++ b/app/app/package.json
@@ -24,8 +24,8 @@
"homepage": "https://github.com/FluffEvent/fluffevent-help#readme",
"dependencies": {
"@astrojs/check": "^0.9.4",
- "@astrojs/starlight": "^0.34.3",
"@astrojs/starlight-tailwind": "^4.0.1",
+ "@astrojs/starlight": "^0.34.3",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ri": "^1.2.5",
diff --git a/app/app/src/content/docs/fluff-event/links.mdx b/app/app/src/content/docs/fluff-event/links.mdx
new file mode 100644
index 0000000..f460f69
--- /dev/null
+++ b/app/app/src/content/docs/fluff-event/links.mdx
@@ -0,0 +1,31 @@
+---
+title: Liens utiles
+---
+
+## Sites internet
+
+- Site officiel : [ fluffevent.fr](https://fluffevent.fr/)
+- Site d'information et d'aide : [ Aide et FAQ](https://help.fluffevent.fr/)
+
+
+## Espaces de publication
+
+- Canal Telegram d'annonces : [ Fluff Event News 📢 (@FluffEventNews)](https://t.me/FluffEventNews)
+
+
+## Forums communautaires
+
+- Serveur Discord : [ Fluff Event](https://discord.com/invite/rAesnJHuPe)
+- Groupe Telegram (FR) : [ Fluff Event Officiel (@FluffEvent)](https://t.me/FluffEvent)
+- Groupe Telegram (EN) : [ Fluff Event Official (@FluffEventEN)](https://t.me/FluffEventEN)
+
+
+## Réseaux sociaux
+
+- Twitter (x.com) : [ @FluffEvent](https://x.com/FluffEvent)
+- Bluesky : [ @fluffevent.fr](https://bsky.app/profile/fluffevent.fr)
+- YouTube : [ Fluff Event](https://www.youtube.com/channel/UCBnRzjbBwYsGYm2GZRpUIsA)
+- Instagram : [ @fluffevent](https://www.instagram.com/fluffevent)
+- LinkedIn : [ Fluff Event](https://www.linkedin.com/company/fluffevent/)
+- Facebook : [ Fluff Event](https://www.facebook.com/profile.php?id=100093328576197)
+- Twitch : [ @FluffEvent](https://www.twitch.tv/fluffevent)
diff --git a/app/app/src/content/docs/fluff-event/documents.md b/app/app/src/content/docs/fluff-event/official/documents.md
similarity index 100%
rename from app/app/src/content/docs/fluff-event/documents.md
rename to app/app/src/content/docs/fluff-event/official/documents.md
diff --git a/app/app/src/content/docs/fluff-event/legal-notice.md b/app/app/src/content/docs/fluff-event/official/legal-notice.md
similarity index 100%
rename from app/app/src/content/docs/fluff-event/legal-notice.md
rename to app/app/src/content/docs/fluff-event/official/legal-notice.md
diff --git a/app/app/src/content/docs/fluff-event/sidebar.config.mjs b/app/app/src/content/docs/fluff-event/sidebar.config.mjs
index 2363c76..8f088e4 100644
--- a/app/app/src/content/docs/fluff-event/sidebar.config.mjs
+++ b/app/app/src/content/docs/fluff-event/sidebar.config.mjs
@@ -12,17 +12,33 @@ const sidebar = [
slug: 'fluff-event',
},
{
- label: 'Documents officiels',
- slug: 'fluff-event/documents',
+ label: 'Liens utiles',
+ translations: {
+ en: 'Useful links',
+ },
+ slug: 'fluff-event/links',
},
{
- label: 'Mentions légales',
- slug: 'fluff-event/legal-notice',
+ label: 'Ressources officielles',
+ translations: {
+ en: 'Official resources',
+ },
+ collapsed: false,
+ items: [
+ {
+ label: 'Documents officiels',
+ slug: 'fluff-event/official/documents',
+ },
+ {
+ label: 'Mentions légales',
+ slug: 'fluff-event/official/legal-notice',
+ },
+ // {
+ // label: 'CGV',
+ // slug: 'fluff-event/official/cgv',
+ // },
+ ],
},
- // {
- // label: 'CGV',
- // slug: 'fluff-event/cgv',
- // },
]
export default sidebar