Remove /public/data from git to prevent conflicts with the server
This commit is contained in:
parent
b42340dbda
commit
d4c8ad535f
6 changed files with 57 additions and 274 deletions
config-templates
20
config-templates/navbar.json.template
Normal file
20
config-templates/navbar.json.template
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"links": [
|
||||
{
|
||||
"name": "Home",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"name": "About",
|
||||
"href": "/about"
|
||||
},
|
||||
{
|
||||
"name": "Servers",
|
||||
"href": "/servers"
|
||||
},
|
||||
{
|
||||
"name": "Services",
|
||||
"href": "/services"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue