Skip to content

Commit ad48ef0

Browse files
committed
Update sidebar to include new documentation pages
1 parent f57aff1 commit ad48ef0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

jline-docs/sidebars.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const sidebars: SidebarsConfig = {
1919
'line-reader',
2020
'tab-completion',
2121
'history',
22+
'troubleshooting',
2223
{
2324
type: 'category',
2425
label: 'Advanced Features',
@@ -27,10 +28,13 @@ const sidebars: SidebarsConfig = {
2728
'advanced/interactive-features',
2829
'advanced/non-blocking-input',
2930
'advanced/terminal-attributes',
30-
// These will be created later
31-
// 'advanced/key-bindings',
32-
// 'advanced/widgets',
33-
// 'advanced/custom-terminals'
31+
'advanced/attributed-strings',
32+
'advanced/key-bindings',
33+
'advanced/widgets',
34+
'advanced/mouse-support',
35+
'advanced/terminal-size',
36+
'advanced/screen-clearing',
37+
'advanced/library-integration',
3438
],
3539
},
3640
{

0 commit comments

Comments
 (0)