Skip to content

Commit a20fa90

Browse files
consolidated sidebar
1 parent 7eb1654 commit a20fa90

File tree

3 files changed

+80
-209
lines changed

3 files changed

+80
-209
lines changed

docs/english/_sidebar.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,86 @@
109109
"label": "Reference",
110110
"href": "https://docs.slack.dev/bolt-python/reference/index.html"
111111
},
112+
{
113+
"type": "category",
114+
"label": "日本語 (日本)",
115+
"items": [
116+
"ja-jp/bolt-python/getting-started",
117+
{
118+
"type": "category",
119+
"label": "Slack API コール",
120+
"items": [
121+
"ja-jp/bolt-python/concepts/message-sending",
122+
"ja-jp/bolt-python/concepts/web-api"
123+
]
124+
},
125+
{
126+
"type": "category",
127+
"label": "イベント API",
128+
"items": [
129+
"ja-jp/bolt-python/concepts/message-listening",
130+
"ja-jp/bolt-python/concepts/event-listening"
131+
]
132+
},
133+
{
134+
"type": "category",
135+
"label": "インタラクティビティ & ショートカット",
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"
146+
]
147+
},
148+
{
149+
"type": "category",
150+
"label": "App の設定",
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"
156+
]
157+
},
158+
{
159+
"type": "category",
160+
"label": "ミドルウェア & コンテキスト",
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"
165+
]
166+
},
167+
"ja-jp/bolt-python/concepts/lazy-listeners",
168+
{
169+
"type": "category",
170+
"label": "アダプター",
171+
"items": [
172+
"ja-jp/bolt-python/concepts/adapters",
173+
"ja-jp/bolt-python/concepts/custom-adapters"
174+
]
175+
},
176+
{
177+
"type": "category",
178+
"label": "認可 & セキュリティ",
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"
183+
]
184+
},
185+
{
186+
"type": "category",
187+
"label": "レガシー(非推奨)",
188+
"items": ["ja-jp/bolt-python/legacy/steps-from-apps"]
189+
}
190+
]
191+
},
112192
{ "type": "html", "value": "<hr>" },
113193
{
114194
"type": "link",

docs/japanese/_sidebar.json

Lines changed: 0 additions & 82 deletions
This file was deleted.

docs/japanese/current.json

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)