Skip to content

Commit b274f0a

Browse files
authored
Fixes lack of Next button on onboarding page (#2901)
1 parent 2de40f5 commit b274f0a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

sidebars.js

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,16 @@ const sidebars = {
3434
},
3535

3636
//GET STARTED
37-
{type: 'html', value: '<h5>getting started</h5>', defaultStyle: true},
38-
'intro-replicated',
39-
'vendor/kots-faq',
40-
'vendor/quick-start',
41-
'vendor/replicated-onboarding',
37+
{
38+
type: 'category',
39+
label: 'Getting Started',
40+
items: [
41+
'intro-replicated',
42+
'vendor/kots-faq',
43+
'vendor/quick-start',
44+
'vendor/replicated-onboarding',
45+
]
46+
},
4247
// {
4348
// type: 'category',
4449
// label: 'Planning',

0 commit comments

Comments
 (0)