📝 Update navigation

This commit is contained in:
Luke Vella 2024-06-30 10:51:42 +01:00
parent f66653c21a
commit 5123f72d57

View file

@ -26,21 +26,14 @@
"url": "/contact/support" "url": "/contact/support"
} }
], ],
"anchors": [ "tabs": [
{ {
"name": "Self-Hosting", "name": "Self-Hosting",
"icon": "server",
"url": "self-hosting" "url": "self-hosting"
}, },
{ {
"name": "Contributing Guide", "name": "Contribute",
"icon": "hand-holding-heart",
"url": "contribute" "url": "contribute"
},
{
"name": "Contact",
"icon": "messages",
"url": "contact"
} }
], ],
"navigation": [ "navigation": [
@ -74,7 +67,7 @@
] ]
}, },
{ {
"group": "Contributing Guide", "group": "Contribute",
"pages": ["contribute/introduction"] "pages": ["contribute/introduction"]
}, },
{ {