Skip to content

Commit ae57b6c

Browse files
Fix sidebar for Dashboard/DNS
1 parent a537506 commit ae57b6c

File tree

2 files changed

+34
-30
lines changed

2 files changed

+34
-30
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sidebars.js

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -173,46 +173,50 @@ export default {
173173
]
174174
}],
175175
dashboardSidebar: [
176-
{
177-
type: 'html',
178-
value: '<h4 style="margin-bottom:0">Certify Dashbaord</h4>',
179-
defaultStyle: true,
180-
},
181-
{
182-
type: 'category',
183-
label: 'Introduction',
184-
items: [
185-
'dashboard/index',
186-
]
187-
},
188176
{
189177
type: 'category',
190-
label: 'Support',
178+
label: 'Certify Dashboard',
191179
items: [
192-
'support'
180+
{
181+
type: 'category',
182+
label: 'Introduction',
183+
items: [
184+
'dashboard/index',
185+
]
186+
},
187+
{
188+
type: 'category',
189+
label: 'Support',
190+
items: [
191+
'support'
192+
]
193+
}
193194
]
194195
}
196+
195197
],
196-
certifyDnsSidebar: [
197-
{
198-
type: 'html',
199-
value: '<h4 style="margin-bottom:0">Certify DNS</h4>',
200-
defaultStyle: true,
201-
},
202-
{
203-
type: 'category',
204-
label: 'Introduction',
205-
items: [
206-
'dns/providers/certifydns',
207-
]
208-
},
198+
certifyDnsSidebar: [
209199
{
210200
type: 'category',
211-
label: 'Support',
201+
label: 'Certify DNS',
212202
items: [
213-
'support'
203+
{
204+
type: 'category',
205+
label: 'Introduction',
206+
items: [
207+
'dns/providers/certifydns',
208+
]
209+
},
210+
{
211+
type: 'category',
212+
label: 'Support',
213+
items: [
214+
'support'
215+
]
216+
}
214217
]
215218
}
219+
216220
]
217221
};
218222

0 commit comments

Comments
 (0)