Add public/data/navbar.json
All checks were successful
Run Tests on Code / test (push) Successful in 1m31s
All checks were successful
Run Tests on Code / test (push) Successful in 1m31s
This commit is contained in:
parent
d80ccd2758
commit
4657b29b4a
1 changed files with 20 additions and 0 deletions
20
public/data/navbar.json
Normal file
20
public/data/navbar.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"name": "Home",
|
||||||
|
"href": "/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "About",
|
||||||
|
"href": "/about"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Servers",
|
||||||
|
"href": "/servers"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Services",
|
||||||
|
"href": "/services"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue