Skip to content

Commit 800ca40

Browse files
proper paths
1 parent a20fa90 commit 800ca40

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

docs/english/_sidebar.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -113,79 +113,79 @@
113113
"type": "category",
114114
"label": "日本語 (日本)",
115115
"items": [
116-
"ja-jp/bolt-python/getting-started",
116+
"bolt-python/ja-jp/getting-started",
117117
{
118118
"type": "category",
119119
"label": "Slack API コール",
120120
"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"
123123
]
124124
},
125125
{
126126
"type": "category",
127127
"label": "イベント API",
128128
"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"
131131
]
132132
},
133133
{
134134
"type": "category",
135135
"label": "インタラクティビティ & ショートカット",
136136
"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"
146146
]
147147
},
148148
{
149149
"type": "category",
150150
"label": "App の設定",
151151
"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"
156156
]
157157
},
158158
{
159159
"type": "category",
160160
"label": "ミドルウェア & コンテキスト",
161161
"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"
165165
]
166166
},
167-
"ja-jp/bolt-python/concepts/lazy-listeners",
167+
"bolt-python/ja-jp/concepts/lazy-listeners",
168168
{
169169
"type": "category",
170170
"label": "アダプター",
171171
"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"
174174
]
175175
},
176176
{
177177
"type": "category",
178178
"label": "認可 & セキュリティ",
179179
"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"
183183
]
184184
},
185185
{
186186
"type": "category",
187187
"label": "レガシー(非推奨)",
188-
"items": ["ja-jp/bolt-python/legacy/steps-from-apps"]
188+
"items": ["bolt-python/ja-jp/legacy/steps-from-apps"]
189189
}
190190
]
191191
},

0 commit comments

Comments
 (0)