Skip to content

Commit c96301c

Browse files
sidebar formatting
1 parent 82e520e commit c96301c

File tree

1 file changed

+62
-64
lines changed

1 file changed

+62
-64
lines changed

docs/english/_sidebar.json

Lines changed: 62 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,62 @@
1-
{
2-
"sidebarPythonSDK": [
3-
{
4-
"type": "doc",
5-
"id": "python-slack-sdk/index",
6-
"label": "Python Slack SDK",
7-
"className": "sidebar-title"
8-
},
9-
"python-slack-sdk/content/installation",
10-
"python-slack-sdk/content/web",
11-
"python-slack-sdk/content/webhook",
12-
"python-slack-sdk/content/socket-mode",
13-
"python-slack-sdk/content/oauth",
14-
"python-slack-sdk/content/audit-logs",
15-
"python-slack-sdk/content/rtm",
16-
"python-slack-sdk/content/scim",
17-
{ "type": "html", "value": "<hr>" },
18-
{
19-
"type": "category",
20-
"label": "Legacy slackclient v2",
21-
"items": [
22-
"python-slack-sdk/content/legacy/index",
23-
"python-slack-sdk/content/legacy/auth",
24-
"python-slack-sdk/content/legacy/basic_usage",
25-
"python-slack-sdk/content/legacy/conversations",
26-
"python-slack-sdk/content/legacy/real_time_messaging",
27-
"python-slack-sdk/content/legacy/faq",
28-
"python-slack-sdk/content/legacy/changelog"
29-
]
30-
},
31-
"python-slack-sdk/content/v3-migration",
32-
{ "type": "html", "value": "<hr>" },
33-
{
34-
"type": "category",
35-
"label": "Tutorials",
36-
"items": [
37-
"python-slack-sdk/content/tutorial/uploading-files",
38-
"python-slack-sdk/content/tutorial/understanding-oauth-scopes"
39-
]
40-
},
41-
{ "type": "html", "value": "<hr>" },
42-
{
43-
"type": "link",
44-
"label": "Reference",
45-
"href": "https://tools.slack.dev/python-slack-sdk/api-docs/slack_sdk/"
46-
},
47-
{ "type": "html", "value": "<hr>" },
48-
{
49-
"type": "link",
50-
"label": "Release notes",
51-
"href": "https://github.com/slackapi/python-slack-sdk/releases"
52-
},
53-
{
54-
"type": "link",
55-
"label": "Code on GitHub",
56-
"href": "https://github.com/SlackAPI/python-slack-sdk"
57-
},
58-
{
59-
"type": "link",
60-
"label": "Contributors Guide",
61-
"href": "https://github.com/SlackAPI/python-slack-sdk/blob/main/.github/contributing.md"
62-
}
63-
]
64-
}
1+
[
2+
{
3+
"type": "doc",
4+
"id": "python-slack-sdk/index",
5+
"label": "Python Slack SDK",
6+
"className": "sidebar-title"
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",
16+
{ "type": "html", "value": "<hr>" },
17+
{
18+
"type": "category",
19+
"label": "Legacy slackclient v2",
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"
28+
]
29+
},
30+
"python-slack-sdk/content/v3-migration",
31+
{ "type": "html", "value": "<hr>" },
32+
{
33+
"type": "category",
34+
"label": "Tutorials",
35+
"items": [
36+
"python-slack-sdk/content/tutorial/uploading-files",
37+
"python-slack-sdk/content/tutorial/understanding-oauth-scopes"
38+
]
39+
},
40+
{ "type": "html", "value": "<hr>" },
41+
{
42+
"type": "link",
43+
"label": "Reference",
44+
"href": "https://tools.slack.dev/python-slack-sdk/api-docs/slack_sdk/"
45+
},
46+
{ "type": "html", "value": "<hr>" },
47+
{
48+
"type": "link",
49+
"label": "Release notes",
50+
"href": "https://github.com/slackapi/python-slack-sdk/releases"
51+
},
52+
{
53+
"type": "link",
54+
"label": "Code on GitHub",
55+
"href": "https://github.com/SlackAPI/python-slack-sdk"
56+
},
57+
{
58+
"type": "link",
59+
"label": "Contributors Guide",
60+
"href": "https://github.com/SlackAPI/python-slack-sdk/blob/main/.github/contributing.md"
61+
}
62+
]

0 commit comments

Comments
 (0)