refactor: regrouper le menu desktop dans Ressources

This commit is contained in:
2026-07-06 09:40:10 +04:00
parent ffb2eedccb
commit 929cb46d4c
5 changed files with 148 additions and 12 deletions
+11 -6
View File
@@ -3,11 +3,16 @@
{ "text": "Our projects", "url": "#projets" },
{ "text": "DJANGOKAM", "url": "#djangokam" },
{ "text": "Services", "url": "#hebergement" },
{ "text": "Our work", "url": "#clients" },
{ "text": "Our instances", "url": "#services-libres" },
{ "text": "FAQ", "url": "#faq" },
{ "text": "Donate", "url": "#dons" },
{ "text": "Press", "url": "/en/press/" },
{ "text": "Contact", "url": "#contact" },
{ "text": "Labola", "url": "https://labola.o-k-i.net/", "external": true }
{
"text": "Resources",
"children": [
{ "text": "Our work", "url": "#clients" },
{ "text": "Our instances", "url": "#services-libres" },
{ "text": "FAQ", "url": "#faq" },
{ "text": "Press", "url": "/en/press/" },
{ "text": "Labola", "url": "https://labola.o-k-i.net/", "external": true }
]
},
{ "text": "Contact", "url": "#contact" }
]
+11 -6
View File
@@ -3,11 +3,16 @@
{ "text": "Nos projets", "url": "#projets" },
{ "text": "DJANGOKAM", "url": "#djangokam" },
{ "text": "Services", "url": "#hebergement" },
{ "text": "Réalisations", "url": "#clients" },
{ "text": "Nos instances", "url": "#services-libres" },
{ "text": "FAQ", "url": "#faq" },
{ "text": "Dons", "url": "#dons" },
{ "text": "Presse", "url": "/presse/" },
{ "text": "Contact", "url": "#contact" },
{ "text": "Labola", "url": "https://labola.o-k-i.net/", "external": true }
{
"text": "Ressources",
"children": [
{ "text": "Réalisations", "url": "#clients" },
{ "text": "Nos instances", "url": "#services-libres" },
{ "text": "FAQ", "url": "#faq" },
{ "text": "Presse", "url": "/presse/" },
{ "text": "Labola", "url": "https://labola.o-k-i.net/", "external": true }
]
},
{ "text": "Contact", "url": "#contact" }
]