qmining-page/src/data/tabs.json

22 lines
330 B
JSON

{
"index": {
"href": "/",
"text": "Home"
},
"manual": {
"href": "/manual",
"text": "Manual"
},
"allQuestions": {
"href": "/allQuestions",
"text": "All question"
},
"repos": {
"href": "/repos",
"text": "Repos"
},
"feedback": {
"href": "/feedback",
"text": "Feedback"
}
}