|
113 | 113 | "type": "category", |
114 | 114 | "label": "日本語 (日本)", |
115 | 115 | "items": [ |
116 | | - "ja-jp/bolt-python/getting-started", |
| 116 | + "bolt-python/ja-jp/getting-started", |
117 | 117 | { |
118 | 118 | "type": "category", |
119 | 119 | "label": "Slack API コール", |
120 | 120 | "items": [ |
121 | | - "ja-jp/bolt-python/concepts/message-sending", |
122 | | - "ja-jp/bolt-python/concepts/web-api" |
| 121 | + "bolt-python/ja-jp/concepts/message-sending", |
| 122 | + "bolt-python/ja-jp/concepts/web-api" |
123 | 123 | ] |
124 | 124 | }, |
125 | 125 | { |
126 | 126 | "type": "category", |
127 | 127 | "label": "イベント API", |
128 | 128 | "items": [ |
129 | | - "ja-jp/bolt-python/concepts/message-listening", |
130 | | - "ja-jp/bolt-python/concepts/event-listening" |
| 129 | + "bolt-python/ja-jp/concepts/message-listening", |
| 130 | + "bolt-python/ja-jp/concepts/event-listening" |
131 | 131 | ] |
132 | 132 | }, |
133 | 133 | { |
134 | 134 | "type": "category", |
135 | 135 | "label": "インタラクティビティ & ショートカット", |
136 | 136 | "items": [ |
137 | | - "ja-jp/bolt-python/concepts/acknowledge", |
138 | | - "ja-jp/bolt-python/concepts/shortcuts", |
139 | | - "ja-jp/bolt-python/concepts/commands", |
140 | | - "ja-jp/bolt-python/concepts/actions", |
141 | | - "ja-jp/bolt-python/concepts/opening-modals", |
142 | | - "ja-jp/bolt-python/concepts/updating-pushing-views", |
143 | | - "ja-jp/bolt-python/concepts/view-submissions", |
144 | | - "ja-jp/bolt-python/concepts/select-menu-options", |
145 | | - "ja-jp/bolt-python/concepts/app-home" |
| 137 | + "bolt-python/ja-jp/concepts/acknowledge", |
| 138 | + "bolt-python/ja-jp/concepts/shortcuts", |
| 139 | + "bolt-python/ja-jp/concepts/commands", |
| 140 | + "bolt-python/ja-jp/concepts/actions", |
| 141 | + "bolt-python/ja-jp/concepts/opening-modals", |
| 142 | + "bolt-python/ja-jp/concepts/updating-pushing-views", |
| 143 | + "bolt-python/ja-jp/concepts/view-submissions", |
| 144 | + "bolt-python/ja-jp/concepts/select-menu-options", |
| 145 | + "bolt-python/ja-jp/concepts/app-home" |
146 | 146 | ] |
147 | 147 | }, |
148 | 148 | { |
149 | 149 | "type": "category", |
150 | 150 | "label": "App の設定", |
151 | 151 | "items": [ |
152 | | - "ja-jp/bolt-python/concepts/socket-mode", |
153 | | - "ja-jp/bolt-python/concepts/errors", |
154 | | - "ja-jp/bolt-python/concepts/logging", |
155 | | - "ja-jp/bolt-python/concepts/async" |
| 152 | + "bolt-python/ja-jp/concepts/socket-mode", |
| 153 | + "bolt-python/ja-jp/concepts/errors", |
| 154 | + "bolt-python/ja-jp/concepts/logging", |
| 155 | + "bolt-python/ja-jp/concepts/async" |
156 | 156 | ] |
157 | 157 | }, |
158 | 158 | { |
159 | 159 | "type": "category", |
160 | 160 | "label": "ミドルウェア & コンテキスト", |
161 | 161 | "items": [ |
162 | | - "ja-jp/bolt-python/concepts/global-middleware", |
163 | | - "ja-jp/bolt-python/concepts/listener-middleware", |
164 | | - "ja-jp/bolt-python/concepts/context" |
| 162 | + "bolt-python/ja-jp/concepts/global-middleware", |
| 163 | + "bolt-python/ja-jp/concepts/listener-middleware", |
| 164 | + "bolt-python/ja-jp/concepts/context" |
165 | 165 | ] |
166 | 166 | }, |
167 | | - "ja-jp/bolt-python/concepts/lazy-listeners", |
| 167 | + "bolt-python/ja-jp/concepts/lazy-listeners", |
168 | 168 | { |
169 | 169 | "type": "category", |
170 | 170 | "label": "アダプター", |
171 | 171 | "items": [ |
172 | | - "ja-jp/bolt-python/concepts/adapters", |
173 | | - "ja-jp/bolt-python/concepts/custom-adapters" |
| 172 | + "bolt-python/ja-jp/concepts/adapters", |
| 173 | + "bolt-python/ja-jp/concepts/custom-adapters" |
174 | 174 | ] |
175 | 175 | }, |
176 | 176 | { |
177 | 177 | "type": "category", |
178 | 178 | "label": "認可 & セキュリティ", |
179 | 179 | "items": [ |
180 | | - "ja-jp/bolt-python/concepts/authenticating-oauth", |
181 | | - "ja-jp/bolt-python/concepts/authorization", |
182 | | - "ja-jp/bolt-python/concepts/token-rotation" |
| 180 | + "bolt-python/ja-jp/concepts/authenticating-oauth", |
| 181 | + "bolt-python/ja-jp/concepts/authorization", |
| 182 | + "bolt-python/ja-jp/concepts/token-rotation" |
183 | 183 | ] |
184 | 184 | }, |
185 | 185 | { |
186 | 186 | "type": "category", |
187 | 187 | "label": "レガシー(非推奨)", |
188 | | - "items": ["ja-jp/bolt-python/legacy/steps-from-apps"] |
| 188 | + "items": ["bolt-python/ja-jp/legacy/steps-from-apps"] |
189 | 189 | } |
190 | 190 | ] |
191 | 191 | }, |
|
0 commit comments