Skip to content

Commit fb39dd9

Browse files
Update src/data/sidebarData.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9e6201a commit fb39dd9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/data/sidebarData.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,31 +145,32 @@ const sidebarData = [
145145
collapsed: true,
146146
cardLink: "/billing/about-payments-and-plans/",
147147
items: [
148+
{
148149
{
149150
label: "About billing",
150151
autogenerate: {directory: "billing/about-billing"},
151152
collapsed: false
152-
}
153+
},
153154
{
154155
label: "Get started",
155156
autogenerate: {directory: "billing/get-started"},
156157
collapsed: false
157-
}
158+
},
158159
{
159160
label: "Manage plans",
160-
autogenerate: {directory: "billing/mange-plans"},
161+
autogenerate: {directory: "billing/manage-plans"},
161162
collapsed: false
162-
}
163+
},
163164
{
164165
label: "Payment management",
165166
autogenerate: {directory: "billing/payment-management"},
166167
collapsed: false
167-
}
168+
},
168169
{
169170
label: "Pricing",
170171
autogenerate: {directory: "billing/pricing"},
171172
collapsed: false
172-
}
173+
},
173174
{
174175
label: "Billing user experience",
175176
autogenerate: {directory: "billing/billing-user-experience"},

0 commit comments

Comments
 (0)