Skip to content

Commit 51acc89

Browse files
condensed japanese docs
1 parent b812ec7 commit 51acc89

File tree

3 files changed

+76
-77
lines changed

3 files changed

+76
-77
lines changed

docs/english/_sidebar.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
},
88
"bolt-python/getting-started",
99
{ "type": "html", "value": "<hr>" },
10+
"bolt-python/building-an-app",
1011
{
1112
"type": "category",
1213
"label": "Slack API calls",

docs/japanese/_sidebar.json

Lines changed: 75 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,82 @@
11
[
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-
},
182
{
193
"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",
725
"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+
}
7680
]
77-
},
78-
{
79-
"type": "category",
80-
"label": "Legacy",
81-
"items": ["ja-jp/bolt-python/legacy/steps-from-apps"]
8281
}
8382
]

docs/japanese/current.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
},
88
"ja-jp/bolt-python/getting-started",
99
{ "type": "html", "value": "<hr>" },
10-
"ja-jp/bolt-python/building-an-app",
1110
{
1211
"type": "category",
1312
"label": "Slack API コール",

0 commit comments

Comments
 (0)