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:
parent
b7dcc360bc
commit
8a1149d223
5 changed files with 39 additions and 40 deletions
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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue