We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57aff1 commit ad48ef0Copy full SHA for ad48ef0
jline-docs/sidebars.ts
@@ -19,6 +19,7 @@ const sidebars: SidebarsConfig = {
19
'line-reader',
20
'tab-completion',
21
'history',
22
+ 'troubleshooting',
23
{
24
type: 'category',
25
label: 'Advanced Features',
@@ -27,10 +28,13 @@ const sidebars: SidebarsConfig = {
27
28
'advanced/interactive-features',
29
'advanced/non-blocking-input',
30
'advanced/terminal-attributes',
- // These will be created later
31
- // 'advanced/key-bindings',
32
- // 'advanced/widgets',
33
- // 'advanced/custom-terminals'
+ 'advanced/attributed-strings',
+ 'advanced/key-bindings',
+ 'advanced/widgets',
34
+ 'advanced/mouse-support',
35
+ 'advanced/terminal-size',
36
+ 'advanced/screen-clearing',
37
+ 'advanced/library-integration',
38
],
39
},
40
0 commit comments