Skip to content

Commit 154a21a

Browse files
matching sidebar format
1 parent e3d93c3 commit 154a21a

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

docs/english/_sidebar.json

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,29 @@
55
"label": "Python Slack SDK",
66
"className": "sidebar-title"
77
},
8-
"python-slack-sdk/installation",
9-
"python-slack-sdk/web",
10-
"python-slack-sdk/webhook",
11-
"python-slack-sdk/socket-mode",
12-
"python-slack-sdk/oauth",
13-
"python-slack-sdk/audit-logs",
14-
"python-slack-sdk/rtm",
15-
"python-slack-sdk/scim",
8+
{
9+
"type": "doc",
10+
"id": "bolt-js/getting-started"
11+
},
12+
{
13+
"type": "html",
14+
"value": "<hr>"
15+
},
16+
{
17+
"type": "category",
18+
"label": "Guides",
19+
"collapsed": false,
20+
"items": [
21+
"python-slack-sdk/installation",
22+
"python-slack-sdk/web",
23+
"python-slack-sdk/webhook",
24+
"python-slack-sdk/socket-mode",
25+
"python-slack-sdk/oauth",
26+
"python-slack-sdk/audit-logs",
27+
"python-slack-sdk/rtm",
28+
"python-slack-sdk/scim"
29+
]
30+
},
1631
{ "type": "html", "value": "<hr>" },
1732
{
1833
"type": "category",

0 commit comments

Comments
 (0)