Skip to content

Commit 09a1554

Browse files
committed
sidebar management in some order
1 parent 54f91b6 commit 09a1554

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

sidebars.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ module.exports =
77
"Python": [
88
"python/environment_and_dependency",
99
"python/project_structure",
10-
"python/general",
11-
"python/tools",
10+
{
11+
"type": "category",
12+
"label": "Practices and Tools",
13+
"items": [
14+
"python/general",
15+
"python/tools"
16+
]
17+
},
1218
"python/docstrings",
1319
{
1420
"type": "category",

0 commit comments

Comments
 (0)