Added tabs.json

This commit is contained in:
MrFry 2020-03-08 12:16:14 +01:00
parent b7dcc360bc
commit 8a1149d223
5 changed files with 39 additions and 40 deletions

18
src/data/tabs.json Normal file
View file

@ -0,0 +1,18 @@
{
"index": {
"href": "/",
"text": "Home"
},
"manual": {
"href": "/manual",
"text": "Manual"
},
"allQuestions": {
"href": "/allQuestions",
"text": "All question"
},
"userQuestions": {
"href": "/userQuestions",
"text": "User Questions"
}
}