main-site/public/data/navbar.json
Neshura 4657b29b4a
All checks were successful
Run Tests on Code / test (push) Successful in 1m31s
Add public/data/navbar.json
2023-12-20 09:02:07 +00:00

20 lines
343 B
JSON

{
"links": [
{
"name": "Home",
"href": "/"
},
{
"name": "About",
"href": "/about"
},
{
"name": "Servers",
"href": "/servers"
},
{
"name": "Services",
"href": "/services"
}
]
}