Removed question classes repo, removed issues cloumn from repos page

This commit is contained in:
MrFry 2020-04-01 13:20:55 +02:00
parent 35263fccad
commit 86b01f443a
2 changed files with 0 additions and 10 deletions

View file

@ -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"

View file

@ -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