Skip to content

Commit e3d93c3

Browse files
wrong links in sidebar
1 parent c96301c commit e3d93c3

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/english/_sidebar.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,36 @@
55
"label": "Python Slack SDK",
66
"className": "sidebar-title"
77
},
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",
1616
{ "type": "html", "value": "<hr>" },
1717
{
1818
"type": "category",
1919
"label": "Legacy slackclient v2",
2020
"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"
2828
]
2929
},
30-
"python-slack-sdk/content/v3-migration",
30+
"python-slack-sdk/v3-migration",
3131
{ "type": "html", "value": "<hr>" },
3232
{
3333
"type": "category",
3434
"label": "Tutorials",
3535
"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"
3838
]
3939
},
4040
{ "type": "html", "value": "<hr>" },

0 commit comments

Comments
 (0)