Skip to content

Commit 114f78e

Browse files
proper reference
1 parent a05a912 commit 114f78e

File tree

1 file changed

+64
-64
lines changed

1 file changed

+64
-64
lines changed

docs/english/_sidebar.json

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11
[
2-
{
3-
"type": "doc",
4-
"id": "python-slack-sdk/index",
5-
"label": "Python Slack SDK",
6-
"className": "sidebar-title"
7-
},
8-
{
9-
"type": "html",
10-
"value": "<hr>"
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",
20-
{ "type": "html", "value": "<hr>" },
21-
{
22-
"type": "category",
23-
"label": "Legacy slackclient v2",
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"
32-
]
33-
},
34-
"python-slack-sdk/v3-migration",
35-
{ "type": "html", "value": "<hr>" },
36-
{
37-
"type": "category",
38-
"label": "Tutorials",
39-
"items": [
40-
"python-slack-sdk/tutorial/uploading-files",
41-
"python-slack-sdk/tutorial/understanding-oauth-scopes"
42-
]
43-
},
44-
{ "type": "html", "value": "<hr>" },
45-
{
46-
"type": "link",
47-
"label": "Reference",
48-
"href": "https://docs.slack.dev/python-slack-sdk/api-docs/slack_sdk/"
49-
},
50-
{ "type": "html", "value": "<hr>" },
51-
{
52-
"type": "link",
53-
"label": "Release notes",
54-
"href": "https://github.com/slackapi/python-slack-sdk/releases"
55-
},
56-
{
57-
"type": "link",
58-
"label": "Code on GitHub",
59-
"href": "https://github.com/SlackAPI/python-slack-sdk"
60-
},
61-
{
62-
"type": "link",
63-
"label": "Contributors Guide",
64-
"href": "https://github.com/SlackAPI/python-slack-sdk/blob/main/.github/contributing.md"
65-
}
2+
{
3+
"type": "doc",
4+
"id": "python-slack-sdk/index",
5+
"label": "Python Slack SDK",
6+
"className": "sidebar-title"
7+
},
8+
{
9+
"type": "html",
10+
"value": "<hr>"
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",
20+
{ "type": "html", "value": "<hr>" },
21+
{
22+
"type": "category",
23+
"label": "Legacy slackclient v2",
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"
32+
]
33+
},
34+
"python-slack-sdk/v3-migration",
35+
{ "type": "html", "value": "<hr>" },
36+
{
37+
"type": "category",
38+
"label": "Tutorials",
39+
"items": [
40+
"python-slack-sdk/tutorial/uploading-files",
41+
"python-slack-sdk/tutorial/understanding-oauth-scopes"
42+
]
43+
},
44+
{ "type": "html", "value": "<hr>" },
45+
{
46+
"type": "link",
47+
"label": "Reference",
48+
"href": "https://docs.slack.dev/python-slack-sdk/reference"
49+
},
50+
{ "type": "html", "value": "<hr>" },
51+
{
52+
"type": "link",
53+
"label": "Release notes",
54+
"href": "https://github.com/slackapi/python-slack-sdk/releases"
55+
},
56+
{
57+
"type": "link",
58+
"label": "Code on GitHub",
59+
"href": "https://github.com/SlackAPI/python-slack-sdk"
60+
},
61+
{
62+
"type": "link",
63+
"label": "Contributors Guide",
64+
"href": "https://github.com/SlackAPI/python-slack-sdk/blob/main/.github/contributing.md"
65+
}
6666
]

0 commit comments

Comments
 (0)