Skip to content

Commit abc57f1

Browse files
authored
Fix JSON syntax for Analytics and Notifications categories
1 parent 4b474de commit abc57f1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

versioned_sidebars/version-0.13-sidebars.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@
135135
]
136136
},
137137
{
138-
type: "category",
139-
label: "Analytics",
140-
items: ["capabilities/analytics/analytics-overview", "capabilities/analytics/devvit-journeys"],
138+
"type": "category",
139+
"label": "Analytics",
140+
"items": ["capabilities/analytics/analytics-overview", "capabilities/analytics/devvit-journeys"],
141141
},
142142
{
143143
"type": "category",
@@ -165,9 +165,9 @@
165165
]
166166
},
167167
{
168-
type: "category",
169-
label: "Notifications",
170-
items: [
168+
"type": "category",
169+
"label": "Notifications",
170+
"items": [
171171
"capabilities/notifications/notifications-overview",
172172
"capabilities/notifications/pn-best-practices",
173173
"capabilities/notifications/adding-streaks"],

0 commit comments

Comments
 (0)