We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10854d commit 868f122Copy full SHA for 868f122
src/data/repo_data.json
@@ -1,12 +1,4 @@
1
[
2
- {
3
- "name": "metakgp.github.io",
4
- "description": null,
5
- "stars": 4,
6
- "forks": 3,
7
- "language": "CSS",
8
- "homepage": "https://metakgp.github.io"
9
- },
10
{
11
"name": "metakgp.org",
12
"description": "[WIP] The website for metaKGP. Showcases all metaKGP projects since it is more than just a Wiki.",
@@ -15,6 +7,14 @@
15
"language": "TypeScript",
16
"homepage": "http://metakgp.org/"
17
},
+ {
+ "name": "metakgp.github.io",
+ "description": null,
13
+ "stars": 4,
14
+ "forks": 3,
+ "language": "CSS",
+ "homepage": "https://metakgp.github.io"
+ },
18
19
"name": "metakgp-wiki",
20
"description": "Dockerized source for the metakgp wiki.",
0 commit comments