mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added tabs.json
This commit is contained in:
18
src/data/tabs.json
Normal file
18
src/data/tabs.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user