mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
22 lines
330 B
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"
|
|
}
|
|
}
|