Skip to content

Commit

Permalink
rework nav
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed May 30, 2024
1 parent 0c002c7 commit 7e2b3f8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/data/nav.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
[
{
"to": "/",
"text": "Start"
},
{
"to": "/roadmap",
"text": "Roadmap"
},
{
"to": "/showcases",
"text": "Showcases"
},
{
"to": "/presentations",
"text": "Presentations"
},
{
"to": "https://demo.edutap.eu/",
"text": "Demos"
},

{
"to": "https://docs.edutap.eu/",
"text": "Documentation"
},
{
"to": "/about",
"text": "About"
Expand Down
26 changes: 26 additions & 0 deletions src/data/nav.json_future
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"to": "/",
"text": "Start"
},
{
"to": "/roadmap",
"text": "Roadmap"
},
{
"to": "/presentations",
"text": "Presentations"
},
{
"to": "https://demo.edutap.eu/",
"text": "Demos"
},/*
{
"to": "/showcases",
"text": "Showcases"
},*/
{
"to": "/about",
"text": "About"
}
]

0 comments on commit 7e2b3f8

Please sign in to comment.