Create config.json
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"prettyLabel": "genQC",
|
| 3 |
+
"repoName": "genQC",
|
| 4 |
+
"repoUrl": "https://github.com/FlorianFuerrutter/genQC",
|
| 5 |
+
"docsUrl": "https://florianfuerrutter.github.io/genQC/",
|
| 6 |
+
}
|