|
1 | 1 | [ |
2 | 2 | { |
3 | 3 | "type": "doc", |
4 | | - "id": "bolt-python/index", |
| 4 | + "id": "tools/bolt-python/index", |
5 | 5 | "label": "Bolt for Python", |
6 | 6 | "className": "sidebar-title" |
7 | 7 | }, |
8 | | - "bolt-python/getting-started", |
| 8 | + "tools/bolt-python/getting-started", |
9 | 9 | { "type": "html", "value": "<hr>" }, |
10 | | - "bolt-python/building-an-app", |
| 10 | + "tools/bolt-python/building-an-app", |
11 | 11 | { |
12 | 12 | "type": "category", |
13 | 13 | "label": "Slack API calls", |
14 | 14 | "items": [ |
15 | | - "bolt-python/concepts/message-sending", |
16 | | - "bolt-python/concepts/web-api" |
| 15 | + "tools/bolt-python/concepts/message-sending", |
| 16 | + "tools/bolt-python/concepts/web-api" |
17 | 17 | ] |
18 | 18 | }, |
19 | 19 | { |
20 | 20 | "type": "category", |
21 | 21 | "label": "Events", |
22 | 22 | "items": [ |
23 | | - "bolt-python/concepts/message-listening", |
24 | | - "bolt-python/concepts/event-listening" |
| 23 | + "tools/bolt-python/concepts/message-listening", |
| 24 | + "tools/bolt-python/concepts/event-listening" |
25 | 25 | ] |
26 | 26 | }, |
27 | 27 | { |
28 | 28 | "type": "category", |
29 | 29 | "label": "App UI & Interactivity", |
30 | 30 | "items": [ |
31 | | - "bolt-python/concepts/acknowledge", |
32 | | - "bolt-python/concepts/shortcuts", |
33 | | - "bolt-python/concepts/commands", |
34 | | - "bolt-python/concepts/actions", |
35 | | - "bolt-python/concepts/opening-modals", |
36 | | - "bolt-python/concepts/updating-pushing-views", |
37 | | - "bolt-python/concepts/view-submissions", |
38 | | - "bolt-python/concepts/select-menu-options", |
39 | | - "bolt-python/concepts/app-home" |
| 31 | + "tools/bolt-python/concepts/acknowledge", |
| 32 | + "tools/bolt-python/concepts/shortcuts", |
| 33 | + "tools/bolt-python/concepts/commands", |
| 34 | + "tools/bolt-python/concepts/actions", |
| 35 | + "tools/bolt-python/concepts/opening-modals", |
| 36 | + "tools/bolt-python/concepts/updating-pushing-views", |
| 37 | + "tools/bolt-python/concepts/view-submissions", |
| 38 | + "tools/bolt-python/concepts/select-menu-options", |
| 39 | + "tools/bolt-python/concepts/app-home" |
40 | 40 | ] |
41 | 41 | }, |
42 | | - "bolt-python/concepts/ai-apps", |
| 42 | + "tools/bolt-python/concepts/ai-apps", |
43 | 43 | { |
44 | 44 | "type": "category", |
45 | 45 | "label": "Custom Steps", |
46 | 46 | "items": [ |
47 | | - "bolt-python/concepts/custom-steps", |
48 | | - "bolt-python/concepts/custom-steps-dynamic-options" |
| 47 | + "tools/bolt-python/concepts/custom-steps", |
| 48 | + "tools/bolt-python/concepts/custom-steps-dynamic-options" |
49 | 49 | ] |
50 | 50 | }, |
51 | 51 | { |
52 | 52 | "type": "category", |
53 | 53 | "label": "App Configuration", |
54 | 54 | "items": [ |
55 | | - "bolt-python/concepts/socket-mode", |
56 | | - "bolt-python/concepts/errors", |
57 | | - "bolt-python/concepts/logging", |
58 | | - "bolt-python/concepts/async" |
| 55 | + "tools/bolt-python/concepts/socket-mode", |
| 56 | + "tools/bolt-python/concepts/errors", |
| 57 | + "tools/bolt-python/concepts/logging", |
| 58 | + "tools/bolt-python/concepts/async" |
59 | 59 | ] |
60 | 60 | }, |
61 | 61 | { |
62 | 62 | "type": "category", |
63 | 63 | "label": "Middleware & Context", |
64 | 64 | "items": [ |
65 | | - "bolt-python/concepts/global-middleware", |
66 | | - "bolt-python/concepts/listener-middleware", |
67 | | - "bolt-python/concepts/context" |
| 65 | + "tools/bolt-python/concepts/global-middleware", |
| 66 | + "tools/bolt-python/concepts/listener-middleware", |
| 67 | + "tools/bolt-python/concepts/context" |
68 | 68 | ] |
69 | 69 | }, |
70 | | - "bolt-python/concepts/lazy-listeners", |
| 70 | + "tools/bolt-python/concepts/lazy-listeners", |
71 | 71 | { |
72 | 72 | "type": "category", |
73 | 73 | "label": "Adaptors", |
74 | 74 | "items": [ |
75 | | - "bolt-python/concepts/adapters", |
76 | | - "bolt-python/concepts/custom-adapters" |
| 75 | + "tools/bolt-python/concepts/adapters", |
| 76 | + "tools/bolt-python/concepts/custom-adapters" |
77 | 77 | ] |
78 | 78 | }, |
79 | 79 | { |
80 | 80 | "type": "category", |
81 | 81 | "label": "Authorization & Security", |
82 | 82 | "items": [ |
83 | | - "bolt-python/concepts/authenticating-oauth", |
84 | | - "bolt-python/concepts/authorization", |
85 | | - "bolt-python/concepts/token-rotation" |
| 83 | + "tools/bolt-python/concepts/authenticating-oauth", |
| 84 | + "tools/bolt-python/concepts/authorization", |
| 85 | + "tools/bolt-python/concepts/token-rotation" |
86 | 86 | ] |
87 | 87 | }, |
88 | 88 | { |
89 | 89 | "type": "category", |
90 | 90 | "label": "Legacy", |
91 | | - "items": ["bolt-python/legacy/steps-from-apps"] |
| 91 | + "items": ["tools/bolt-python/legacy/steps-from-apps"] |
92 | 92 | }, |
93 | 93 | { "type": "html", "value": "<hr>" }, |
94 | 94 | { |
95 | 95 | "type": "category", |
96 | 96 | "label": "Tutorials", |
97 | 97 | "items": [ |
98 | | - "bolt-python/tutorial/ai-chatbot/ai-chatbot", |
99 | | - "bolt-python/tutorial/custom-steps", |
100 | | - "bolt-python/tutorial/custom-steps-for-jira/custom-steps-for-jira", |
101 | | - "bolt-python/tutorial/custom-steps-workflow-builder-new/custom-steps-workflow-builder-new", |
102 | | - "bolt-python/tutorial/custom-steps-workflow-builder-existing/custom-steps-workflow-builder-existing", |
103 | | - "bolt-python/tutorial/modals/modals" |
| 98 | + "tools/bolt-python/tutorial/ai-chatbot/ai-chatbot", |
| 99 | + "tools/bolt-python/tutorial/custom-steps", |
| 100 | + "tools/bolt-python/tutorial/custom-steps-for-jira/custom-steps-for-jira", |
| 101 | + "tools/bolt-python/tutorial/custom-steps-workflow-builder-new/custom-steps-workflow-builder-new", |
| 102 | + "tools/bolt-python/tutorial/custom-steps-workflow-builder-existing/custom-steps-workflow-builder-existing", |
| 103 | + "tools/bolt-python/tutorial/modals/modals" |
104 | 104 | ] |
105 | 105 | }, |
106 | 106 | { "type": "html", "value": "<hr>" }, |
107 | 107 | { |
108 | 108 | "type": "link", |
109 | 109 | "label": "Reference", |
110 | | - "href": "https://docs.slack.dev/bolt-python/reference/index.html" |
| 110 | + "href": "https://docs.slack.dev/tools/bolt-python/reference/index.html" |
111 | 111 | }, |
112 | 112 | { "type": "html", "value": "<hr>" }, |
113 | 113 | { |
114 | 114 | "type": "category", |
115 | 115 | "label": "日本語 (日本)", |
116 | 116 | "items": [ |
117 | | - "bolt-python/ja-jp/getting-started", |
| 117 | + "tools/bolt-python/ja-jp/getting-started", |
118 | 118 | { |
119 | 119 | "type": "category", |
120 | 120 | "label": "Slack API コール", |
121 | 121 | "items": [ |
122 | | - "bolt-python/ja-jp/concepts/message-sending", |
123 | | - "bolt-python/ja-jp/concepts/web-api" |
| 122 | + "tools/bolt-python/ja-jp/concepts/message-sending", |
| 123 | + "tools/bolt-python/ja-jp/concepts/web-api" |
124 | 124 | ] |
125 | 125 | }, |
126 | 126 | { |
127 | 127 | "type": "category", |
128 | 128 | "label": "イベント API", |
129 | 129 | "items": [ |
130 | | - "bolt-python/ja-jp/concepts/message-listening", |
131 | | - "bolt-python/ja-jp/concepts/event-listening" |
| 130 | + "tools/bolt-python/ja-jp/concepts/message-listening", |
| 131 | + "tools/bolt-python/ja-jp/concepts/event-listening" |
132 | 132 | ] |
133 | 133 | }, |
134 | 134 | { |
135 | 135 | "type": "category", |
136 | 136 | "label": "インタラクティビティ & ショートカット", |
137 | 137 | "items": [ |
138 | | - "bolt-python/ja-jp/concepts/acknowledge", |
139 | | - "bolt-python/ja-jp/concepts/shortcuts", |
140 | | - "bolt-python/ja-jp/concepts/commands", |
141 | | - "bolt-python/ja-jp/concepts/actions", |
142 | | - "bolt-python/ja-jp/concepts/opening-modals", |
143 | | - "bolt-python/ja-jp/concepts/updating-pushing-views", |
144 | | - "bolt-python/ja-jp/concepts/view-submissions", |
145 | | - "bolt-python/ja-jp/concepts/select-menu-options", |
146 | | - "bolt-python/ja-jp/concepts/app-home" |
| 138 | + "tools/bolt-python/ja-jp/concepts/acknowledge", |
| 139 | + "tools/bolt-python/ja-jp/concepts/shortcuts", |
| 140 | + "tools/bolt-python/ja-jp/concepts/commands", |
| 141 | + "tools/bolt-python/ja-jp/concepts/actions", |
| 142 | + "tools/bolt-python/ja-jp/concepts/opening-modals", |
| 143 | + "tools/bolt-python/ja-jp/concepts/updating-pushing-views", |
| 144 | + "tools/bolt-python/ja-jp/concepts/view-submissions", |
| 145 | + "tools/bolt-python/ja-jp/concepts/select-menu-options", |
| 146 | + "tools/bolt-python/ja-jp/concepts/app-home" |
147 | 147 | ] |
148 | 148 | }, |
149 | 149 | { |
150 | 150 | "type": "category", |
151 | 151 | "label": "App の設定", |
152 | 152 | "items": [ |
153 | | - "bolt-python/ja-jp/concepts/socket-mode", |
154 | | - "bolt-python/ja-jp/concepts/errors", |
155 | | - "bolt-python/ja-jp/concepts/logging", |
156 | | - "bolt-python/ja-jp/concepts/async" |
| 153 | + "tools/bolt-python/ja-jp/concepts/socket-mode", |
| 154 | + "tools/bolt-python/ja-jp/concepts/errors", |
| 155 | + "tools/bolt-python/ja-jp/concepts/logging", |
| 156 | + "tools/bolt-python/ja-jp/concepts/async" |
157 | 157 | ] |
158 | 158 | }, |
159 | 159 | { |
160 | 160 | "type": "category", |
161 | 161 | "label": "ミドルウェア & コンテキスト", |
162 | 162 | "items": [ |
163 | | - "bolt-python/ja-jp/concepts/global-middleware", |
164 | | - "bolt-python/ja-jp/concepts/listener-middleware", |
165 | | - "bolt-python/ja-jp/concepts/context" |
| 163 | + "tools/bolt-python/ja-jp/concepts/global-middleware", |
| 164 | + "tools/bolt-python/ja-jp/concepts/listener-middleware", |
| 165 | + "tools/bolt-python/ja-jp/concepts/context" |
166 | 166 | ] |
167 | 167 | }, |
168 | | - "bolt-python/ja-jp/concepts/lazy-listeners", |
| 168 | + "tools/bolt-python/ja-jp/concepts/lazy-listeners", |
169 | 169 | { |
170 | 170 | "type": "category", |
171 | 171 | "label": "アダプター", |
172 | 172 | "items": [ |
173 | | - "bolt-python/ja-jp/concepts/adapters", |
174 | | - "bolt-python/ja-jp/concepts/custom-adapters" |
| 173 | + "tools/bolt-python/ja-jp/concepts/adapters", |
| 174 | + "tools/bolt-python/ja-jp/concepts/custom-adapters" |
175 | 175 | ] |
176 | 176 | }, |
177 | 177 | { |
178 | 178 | "type": "category", |
179 | 179 | "label": "認可 & セキュリティ", |
180 | 180 | "items": [ |
181 | | - "bolt-python/ja-jp/concepts/authenticating-oauth", |
182 | | - "bolt-python/ja-jp/concepts/authorization", |
183 | | - "bolt-python/ja-jp/concepts/token-rotation" |
| 181 | + "tools/bolt-python/ja-jp/concepts/authenticating-oauth", |
| 182 | + "tools/bolt-python/ja-jp/concepts/authorization", |
| 183 | + "tools/bolt-python/ja-jp/concepts/token-rotation" |
184 | 184 | ] |
185 | 185 | }, |
186 | 186 | { |
187 | 187 | "type": "category", |
188 | 188 | "label": "レガシー(非推奨)", |
189 | | - "items": ["bolt-python/ja-jp/legacy/steps-from-apps"] |
| 189 | + "items": ["tools/bolt-python/ja-jp/legacy/steps-from-apps"] |
190 | 190 | } |
191 | 191 | ] |
192 | 192 | }, |
193 | 193 | { "type": "html", "value": "<hr>" }, |
194 | 194 | { |
195 | 195 | "type": "link", |
196 | 196 | "label": "Release notes", |
197 | | - "href": "https://github.com/slackapi/bolt-python/releases" |
| 197 | + "href": "https://github.com/slackapi/tools/bolt-python/releases" |
198 | 198 | }, |
199 | 199 | { |
200 | 200 | "type": "link", |
201 | 201 | "label": "Code on GitHub", |
202 | | - "href": "https://github.com/SlackAPI/bolt-python" |
| 202 | + "href": "https://github.com/SlackAPI/tools/bolt-python" |
203 | 203 | }, |
204 | 204 | { |
205 | 205 | "type": "link", |
206 | 206 | "label": "Contributors Guide", |
207 | | - "href": "https://github.com/SlackAPI/bolt-python/blob/main/.github/contributing.md" |
| 207 | + "href": "https://github.com/SlackAPI/tools/bolt-python/blob/main/.github/contributing.md" |
208 | 208 | } |
209 | 209 | ] |
0 commit comments