|
5 | 5 | "label": "Python Slack SDK", |
6 | 6 | "className": "sidebar-title" |
7 | 7 | }, |
8 | | - "python-slack-sdk/content/installation", |
9 | | - "python-slack-sdk/content/web", |
10 | | - "python-slack-sdk/content/webhook", |
11 | | - "python-slack-sdk/content/socket-mode", |
12 | | - "python-slack-sdk/content/oauth", |
13 | | - "python-slack-sdk/content/audit-logs", |
14 | | - "python-slack-sdk/content/rtm", |
15 | | - "python-slack-sdk/content/scim", |
| 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", |
16 | 16 | { "type": "html", "value": "<hr>" }, |
17 | 17 | { |
18 | 18 | "type": "category", |
19 | 19 | "label": "Legacy slackclient v2", |
20 | 20 | "items": [ |
21 | | - "python-slack-sdk/content/legacy/index", |
22 | | - "python-slack-sdk/content/legacy/auth", |
23 | | - "python-slack-sdk/content/legacy/basic_usage", |
24 | | - "python-slack-sdk/content/legacy/conversations", |
25 | | - "python-slack-sdk/content/legacy/real_time_messaging", |
26 | | - "python-slack-sdk/content/legacy/faq", |
27 | | - "python-slack-sdk/content/legacy/changelog" |
| 21 | + "python-slack-sdk/legacy/index", |
| 22 | + "python-slack-sdk/legacy/auth", |
| 23 | + "python-slack-sdk/legacy/basic_usage", |
| 24 | + "python-slack-sdk/legacy/conversations", |
| 25 | + "python-slack-sdk/legacy/real_time_messaging", |
| 26 | + "python-slack-sdk/legacy/faq", |
| 27 | + "python-slack-sdk/legacy/changelog" |
28 | 28 | ] |
29 | 29 | }, |
30 | | - "python-slack-sdk/content/v3-migration", |
| 30 | + "python-slack-sdk/v3-migration", |
31 | 31 | { "type": "html", "value": "<hr>" }, |
32 | 32 | { |
33 | 33 | "type": "category", |
34 | 34 | "label": "Tutorials", |
35 | 35 | "items": [ |
36 | | - "python-slack-sdk/content/tutorial/uploading-files", |
37 | | - "python-slack-sdk/content/tutorial/understanding-oauth-scopes" |
| 36 | + "python-slack-sdk/tutorial/uploading-files", |
| 37 | + "python-slack-sdk/tutorial/understanding-oauth-scopes" |
38 | 38 | ] |
39 | 39 | }, |
40 | 40 | { "type": "html", "value": "<hr>" }, |
|
0 commit comments