ソースを参照

Docs: Introduce collaboration subcategories in umberto.json.

Piotr Jasiun 7 年 前
コミット
72a3652d5e
1 ファイル変更15 行追加1 行削除
  1. 15 1
      docs/umberto.json

+ 15 - 1
docs/umberto.json

@@ -170,7 +170,21 @@
 				{
 					"name": "Collaboration",
 					"id": "features-collaboration",
-					"slug": "collaboration"
+					"slug": "collaboration",
+					"categories": [
+						{
+							"name": "Comments",
+							"id": "features-comments",
+							"slug": "comments",
+							"order": 100
+						},
+						{
+							"name": "Real-Time Collaboration",
+							"id": "features-real-time-collaboration",
+							"slug": "real-time-collaboration",
+							"order": 200
+						}
+					]
 				}
 			]
 		},