Skip to content

Commit 1ef1f9e

Browse files
sidebar links
1 parent 2193624 commit 1ef1f9e

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

docs/english/_sidebar.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"type": "doc",
4-
"id": "index",
4+
"id": "bolt-python/index",
55
"label": "Bolt for Python",
66
"className": "sidebar-title"
77
},
@@ -11,79 +11,79 @@
1111
"label": "Guides",
1212
"collapsed": false,
1313
"items": [
14-
"getting-started",
14+
"bolt-python/getting-started",
1515
{
1616
"type": "category",
1717
"label": "Slack API calls",
18-
"items": ["concepts/message-sending", "concepts/web-api"]
18+
"items": ["bolt-python/concepts/message-sending", "bolt-python/concepts/web-api"]
1919
},
2020
{
2121
"type": "category",
2222
"label": "Events",
23-
"items": ["concepts/message-listening", "concepts/event-listening"]
23+
"items": ["bolt-python/concepts/message-listening", "bolt-python/concepts/event-listening"]
2424
},
2525
{
2626
"type": "category",
2727
"label": "App UI & Interactivity",
2828
"items": [
29-
"concepts/acknowledge",
30-
"concepts/shortcuts",
31-
"concepts/commands",
32-
"concepts/actions",
33-
"concepts/opening-modals",
34-
"concepts/updating-pushing-views",
35-
"concepts/view-submissions",
36-
"concepts/select-menu-options",
37-
"concepts/app-home"
29+
"bolt-python/concepts/acknowledge",
30+
"bolt-python/concepts/shortcuts",
31+
"bolt-python/concepts/commands",
32+
"bolt-python/concepts/actions",
33+
"bolt-python/concepts/opening-modals",
34+
"bolt-python/concepts/updating-pushing-views",
35+
"bolt-python/concepts/view-submissions",
36+
"bolt-python/concepts/select-menu-options",
37+
"bolt-python/concepts/app-home"
3838
]
3939
},
40-
"concepts/ai-apps",
40+
"bolt-python/concepts/ai-apps",
4141
{
4242
"type": "category",
4343
"label": "Custom Steps",
4444
"items": [
45-
"concepts/custom-steps",
46-
"concepts/custom-steps-dynamic-options"
45+
"bolt-python/concepts/custom-steps",
46+
"bolt-python/concepts/custom-steps-dynamic-options"
4747
]
4848
},
4949
{
5050
"type": "category",
5151
"label": "App Configuration",
5252
"items": [
53-
"concepts/socket-mode",
54-
"concepts/errors",
55-
"concepts/logging",
56-
"concepts/async"
53+
"bolt-python/concepts/socket-mode",
54+
"bolt-python/concepts/errors",
55+
"bolt-python/concepts/logging",
56+
"bolt-python/concepts/async"
5757
]
5858
},
5959
{
6060
"type": "category",
6161
"label": "Middleware & Context",
6262
"items": [
63-
"concepts/global-middleware",
64-
"concepts/listener-middleware",
65-
"concepts/context"
63+
"bolt-python/concepts/global-middleware",
64+
"bolt-python/concepts/listener-middleware",
65+
"bolt-python/concepts/context"
6666
]
6767
},
68-
"concepts/lazy-listeners",
68+
"bolt-python/concepts/lazy-listeners",
6969
{
7070
"type": "category",
7171
"label": "Adaptors",
72-
"items": ["concepts/adapters", "concepts/custom-adapters"]
72+
"items": ["bolt-python/concepts/adapters", "bolt-python/concepts/custom-adapters"]
7373
},
7474
{
7575
"type": "category",
7676
"label": "Authorization & Security",
7777
"items": [
78-
"concepts/authenticating-oauth",
79-
"concepts/authorization",
80-
"concepts/token-rotation"
78+
"bolt-python/concepts/authenticating-oauth",
79+
"bolt-python/concepts/authorization",
80+
"bolt-python/concepts/token-rotation"
8181
]
8282
},
8383
{
8484
"type": "category",
8585
"label": "Legacy",
86-
"items": ["legacy/steps-from-apps"]
86+
"items": ["bolt-python/legacy/steps-from-apps"]
8787
}
8888
]
8989
},
@@ -92,12 +92,12 @@
9292
"type": "category",
9393
"label": "Tutorials",
9494
"items": [
95-
"tutorial/ai-chatbot/ai-chatbot",
96-
"tutorial/custom-steps/custom-steps",
97-
"tutorial/custom-steps-for-jira/custom-steps-for-jira",
98-
"tutorial/custom-steps-workflow-builder-new/custom-steps-workflow-builder-new",
99-
"tutorial/custom-steps-workflow-builder-existing/custom-steps-workflow-builder-existing",
100-
"tutorial/modals/modals"
95+
"bolt-python/tutorial/ai-chatbot/ai-chatbot",
96+
"bolt-python/tutorial/custom-steps/custom-steps",
97+
"bolt-python/tutorial/custom-steps-for-jira/custom-steps-for-jira",
98+
"bolt-python/tutorial/custom-steps-workflow-builder-new/custom-steps-workflow-builder-new",
99+
"bolt-python/tutorial/custom-steps-workflow-builder-existing/custom-steps-workflow-builder-existing",
100+
"bolt-python/tutorial/modals/modals"
101101
]
102102
},
103103
{ "type": "html", "value": "<hr>" },

0 commit comments

Comments
 (0)