|
109 | 109 | "label": "Reference", |
110 | 110 | "href": "https://docs.slack.dev/bolt-python/reference/index.html" |
111 | 111 | }, |
| 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 | + }, |
112 | 192 | { "type": "html", "value": "<hr>" }, |
113 | 193 | { |
114 | 194 | "type": "link", |
|
0 commit comments