|
1 | 1 | [ |
2 | | - { |
3 | | - "type": "doc", |
4 | | - "id": "ja-jp/bolt-python/index", |
5 | | - "label": "Bolt for Python", |
6 | | - "className": "sidebar-title" |
7 | | - }, |
8 | | - "ja-jp/bolt-python/getting-started", |
9 | | - { "type": "html", "value": "<hr>" }, |
10 | | - { |
11 | | - "type": "category", |
12 | | - "label": "Slack API calls", |
13 | | - "items": [ |
14 | | - "ja-jp/bolt-python/concepts/message-sending", |
15 | | - "ja-jp/bolt-python/concepts/web-api" |
16 | | - ] |
17 | | - }, |
18 | 2 | { |
19 | 3 | "type": "category", |
20 | | - "label": "Events", |
21 | | - "items": [ |
22 | | - "ja-jp/bolt-python/concepts/message-listening", |
23 | | - "ja-jp/bolt-python/concepts/event-listening" |
24 | | - ] |
25 | | - }, |
26 | | - { |
27 | | - "type": "category", |
28 | | - "label": "App UI & Interactivity", |
29 | | - "items": [ |
30 | | - "ja-jp/bolt-python/concepts/acknowledge", |
31 | | - "ja-jp/bolt-python/concepts/shortcuts", |
32 | | - "ja-jp/bolt-python/concepts/commands", |
33 | | - "ja-jp/bolt-python/concepts/actions", |
34 | | - "ja-jp/bolt-python/concepts/opening-modals", |
35 | | - "ja-jp/bolt-python/concepts/updating-pushing-views", |
36 | | - "ja-jp/bolt-python/concepts/view-submissions", |
37 | | - "ja-jp/bolt-python/concepts/select-menu-options", |
38 | | - "ja-jp/bolt-python/concepts/app-home" |
39 | | - ] |
40 | | - }, |
41 | | - { |
42 | | - "type": "category", |
43 | | - "label": "App Configuration", |
44 | | - "items": [ |
45 | | - "ja-jp/bolt-python/concepts/socket-mode", |
46 | | - "ja-jp/bolt-python/concepts/errors", |
47 | | - "ja-jp/bolt-python/concepts/logging", |
48 | | - "ja-jp/bolt-python/concepts/async" |
49 | | - ] |
50 | | - }, |
51 | | - { |
52 | | - "type": "category", |
53 | | - "label": "Middleware & Context", |
54 | | - "items": [ |
55 | | - "ja-jp/bolt-python/concepts/global-middleware", |
56 | | - "ja-jp/bolt-python/concepts/listener-middleware", |
57 | | - "ja-jp/bolt-python/concepts/context" |
58 | | - ] |
59 | | - }, |
60 | | - "ja-jp/bolt-python/concepts/lazy-listeners", |
61 | | - { |
62 | | - "type": "category", |
63 | | - "label": "Adaptors", |
64 | | - "items": [ |
65 | | - "ja-jp/bolt-python/concepts/adapters", |
66 | | - "ja-jp/bolt-python/concepts/custom-adapters" |
67 | | - ] |
68 | | - }, |
69 | | - { |
70 | | - "type": "category", |
71 | | - "label": "Authorization & Security", |
| 4 | + "label": "Bolt for Python", |
72 | 5 | "items": [ |
73 | | - "ja-jp/bolt-python/concepts/authenticating-oauth", |
74 | | - "ja-jp/bolt-python/concepts/authorization", |
75 | | - "ja-jp/bolt-python/concepts/token-rotation" |
| 6 | + "ja-jp/bolt-python/getting-started", |
| 7 | + { |
| 8 | + "type": "category", |
| 9 | + "label": "Slack API calls", |
| 10 | + "items": [ |
| 11 | + "ja-jp/bolt-python/concepts/message-sending", |
| 12 | + "ja-jp/bolt-python/concepts/web-api" |
| 13 | + ] |
| 14 | + }, |
| 15 | + { |
| 16 | + "type": "category", |
| 17 | + "label": "Events", |
| 18 | + "items": [ |
| 19 | + "ja-jp/bolt-python/concepts/message-listening", |
| 20 | + "ja-jp/bolt-python/concepts/event-listening" |
| 21 | + ] |
| 22 | + }, |
| 23 | + { |
| 24 | + "type": "category", |
| 25 | + "label": "App UI & Interactivity", |
| 26 | + "items": [ |
| 27 | + "ja-jp/bolt-python/concepts/acknowledge", |
| 28 | + "ja-jp/bolt-python/concepts/shortcuts", |
| 29 | + "ja-jp/bolt-python/concepts/commands", |
| 30 | + "ja-jp/bolt-python/concepts/actions", |
| 31 | + "ja-jp/bolt-python/concepts/opening-modals", |
| 32 | + "ja-jp/bolt-python/concepts/updating-pushing-views", |
| 33 | + "ja-jp/bolt-python/concepts/view-submissions", |
| 34 | + "ja-jp/bolt-python/concepts/select-menu-options", |
| 35 | + "ja-jp/bolt-python/concepts/app-home" |
| 36 | + ] |
| 37 | + }, |
| 38 | + { |
| 39 | + "type": "category", |
| 40 | + "label": "App Configuration", |
| 41 | + "items": [ |
| 42 | + "ja-jp/bolt-python/concepts/socket-mode", |
| 43 | + "ja-jp/bolt-python/concepts/errors", |
| 44 | + "ja-jp/bolt-python/concepts/logging", |
| 45 | + "ja-jp/bolt-python/concepts/async" |
| 46 | + ] |
| 47 | + }, |
| 48 | + { |
| 49 | + "type": "category", |
| 50 | + "label": "Middleware & Context", |
| 51 | + "items": [ |
| 52 | + "ja-jp/bolt-python/concepts/global-middleware", |
| 53 | + "ja-jp/bolt-python/concepts/listener-middleware", |
| 54 | + "ja-jp/bolt-python/concepts/context" |
| 55 | + ] |
| 56 | + }, |
| 57 | + "ja-jp/bolt-python/concepts/lazy-listeners", |
| 58 | + { |
| 59 | + "type": "category", |
| 60 | + "label": "Adaptors", |
| 61 | + "items": [ |
| 62 | + "ja-jp/bolt-python/concepts/adapters", |
| 63 | + "ja-jp/bolt-python/concepts/custom-adapters" |
| 64 | + ] |
| 65 | + }, |
| 66 | + { |
| 67 | + "type": "category", |
| 68 | + "label": "Authorization & Security", |
| 69 | + "items": [ |
| 70 | + "ja-jp/bolt-python/concepts/authenticating-oauth", |
| 71 | + "ja-jp/bolt-python/concepts/authorization", |
| 72 | + "ja-jp/bolt-python/concepts/token-rotation" |
| 73 | + ] |
| 74 | + }, |
| 75 | + { |
| 76 | + "type": "category", |
| 77 | + "label": "Legacy", |
| 78 | + "items": ["ja-jp/bolt-python/legacy/steps-from-apps"] |
| 79 | + } |
76 | 80 | ] |
77 | | - }, |
78 | | - { |
79 | | - "type": "category", |
80 | | - "label": "Legacy", |
81 | | - "items": ["ja-jp/bolt-python/legacy/steps-from-apps"] |
82 | 81 | } |
83 | 82 | ] |
0 commit comments