Przeglądaj źródła

added topics for book store (#931)

* added topics for book store

* added topic to book stores
Patrick M 9 lat temu
rodzic
commit
4802bc35eb
1 zmienionych plików z 7 dodań i 1 usunięć
  1. 7
    1
      config.json

+ 7
- 1
config.json Wyświetl plik

910
       "core": false,
910
       "core": false,
911
       "difficulty": 8,
911
       "difficulty": 8,
912
       "slug": "book-store",
912
       "slug": "book-store",
913
-      "topics": null,
913
+      "topics": [
914
+        "integers",
915
+        "lists",
916
+        "algorithms",
917
+        "mathematics",
918
+        "floating_point_numbers"
919
+      ],
914
       "unlocked_by": "flatten-array",
920
       "unlocked_by": "flatten-array",
915
       "uuid": "e5f05d00-fe5b-4d78-b2fa-934c1c9afb32"
921
       "uuid": "e5f05d00-fe5b-4d78-b2fa-934c1c9afb32"
916
     },
922
     },