mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Removed question classes repo, removed issues cloumn from repos page
This commit is contained in:
parent
35263fccad
commit
86b01f443a
2 changed files with 0 additions and 10 deletions
|
@ -3,7 +3,6 @@
|
||||||
"header": [
|
"header": [
|
||||||
"Leírás",
|
"Leírás",
|
||||||
"GitLab",
|
"GitLab",
|
||||||
"Issues",
|
|
||||||
"Devel docs"
|
"Devel docs"
|
||||||
],
|
],
|
||||||
"repos":{
|
"repos":{
|
||||||
|
@ -15,10 +14,6 @@
|
||||||
"description": "Szerver a userscripthez",
|
"description": "Szerver a userscripthez",
|
||||||
"href": "https://gitlab.com/MrFry/mrfrys-node-server"
|
"href": "https://gitlab.com/MrFry/mrfrys-node-server"
|
||||||
},
|
},
|
||||||
"questionClassesRepo": {
|
|
||||||
"description": "Kérdés-válasz feldolgozó logika",
|
|
||||||
"href": "https://gitlab.com/MrFry/question-classes"
|
|
||||||
},
|
|
||||||
"qminingPageRepo": {
|
"qminingPageRepo": {
|
||||||
"description": "Qmining weboldal Next.js felülete",
|
"description": "Qmining weboldal Next.js felülete",
|
||||||
"href": "https://gitlab.com/MrFry/qmining-page"
|
"href": "https://gitlab.com/MrFry/qmining-page"
|
||||||
|
|
|
@ -36,11 +36,6 @@ export default function Repos (props) {
|
||||||
GitLab repo
|
GitLab repo
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
|
||||||
<a href={repo.href + '/issues'}>
|
|
||||||
Issues
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<a href={repo.href + '/tree/master/devel'}>
|
<a href={repo.href + '/tree/master/devel'}>
|
||||||
Devel docs
|
Devel docs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue