Skip to content

Commit 27a02c9

Browse files
committed
feat(docs): update sidebar to categorize Usecases and clean up usecases.md
1 parent 16acebc commit 27a02c9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/usecases/usecases.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
layout: default
33
title: Use Cases
4-
nav_order: 999
5-
has_children: false
64
---
75

86
TODO: Usecases

sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ const sidebars = {
133133
},
134134
'troubleshooting',
135135
{
136-
type: 'usecases',
136+
type: 'category',
137137
label: 'Usecases',
138138
items: [
139139
'usecases/usecases'
140140
],
141-
}
141+
},
142142
],
143143
}
144144

0 commit comments

Comments
 (0)