Sfoglia il codice sorgente

Added collaboration category to umberto.json.

Piotr Jasiun 7 anni fa
parent
commit
d926ca9795
2 ha cambiato i file con 9 aggiunte e 2 eliminazioni
  1. 8 1
      docs/umberto.json
  2. 1 1
      package.json

+ 8 - 1
docs/umberto.json

@@ -140,7 +140,14 @@
 		{
 		{
 			"name": "Features",
 			"name": "Features",
 			"id": "features",
 			"id": "features",
-			"slug": "features"
+			"slug": "features",
+			"categories": [
+				{
+					"name": "Collaboration",
+					"id": "features-collaboration",
+					"slug": "collaboration"
+				}
+			]
 		},
 		},
 		{
 		{
 			"name": "API",
 			"name": "API",

+ 1 - 1
package.json

@@ -68,7 +68,7 @@
     "postcss-loader": "^2.0.10",
     "postcss-loader": "^2.0.10",
     "raw-loader": "^0.5.1",
     "raw-loader": "^0.5.1",
     "style-loader": "^0.20.3",
     "style-loader": "^0.20.3",
-    "umberto": "^0.4.0",
+    "umberto": "^0.4.3",
     "webpack": "^3.11.0",
     "webpack": "^3.11.0",
     "webpack-sources": "1.0.1"
     "webpack-sources": "1.0.1"
   },
   },