Skip to content

Commit 7bba4f9

Browse files
author
Eric Wheeler
committed
feat: move shell integration under troubleshooting section
Improve documentation organization by: - Creating a dedicated troubleshooting section - Moving shell integration under troubleshooting directory - Updating sidebar to reflect new structure Signed-off-by: Eric Wheeler <[email protected]>
1 parent 7d40cc6 commit 7bba4f9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Terminal Shell Integration Guide
1+
# Terminal Shell Integration
22

33
## What is Shell Integration?
44

sidebars.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,13 @@ const sidebars: SidebarsConfig = {
6565
]
6666
},
6767
'faq',
68-
'shell-integration',
68+
{
69+
type: 'category',
70+
label: 'Troubleshooting',
71+
items: [
72+
'troubleshooting/shell-integration',
73+
],
74+
},
6975
'tutorial-videos',
7076
'community',
7177
],

0 commit comments

Comments
 (0)