|
5 | 5 | "label": "Python Slack SDK", |
6 | 6 | "className": "sidebar-title" |
7 | 7 | }, |
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 | + }, |
16 | 31 | { "type": "html", "value": "<hr>" }, |
17 | 32 | { |
18 | 33 | "type": "category", |
|
0 commit comments