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