File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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" } ,
You can’t perform that action at this time.
0 commit comments