Skip to content

Commit 82c6678

Browse files
intiial removal
1 parent d3ca055 commit 82c6678

File tree

372 files changed

+141
-18743
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

372 files changed

+141
-18743
lines changed

docs/.gitignore

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

docs/README.md

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

docs/_sidebar.json

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
[
2+
{
3+
"type": "doc",
4+
"id": "index",
5+
"label": "Bolt for Python",
6+
"className": "sidebar-title"
7+
},
8+
{ "type": "html", "value": "<hr>" },
9+
{
10+
"type": "category",
11+
"label": "Guides",
12+
"collapsed": false,
13+
"items": [
14+
"getting-started",
15+
{
16+
"type": "category",
17+
"label": "Slack API calls",
18+
"items": ["concepts/message-sending", "concepts/web-api"]
19+
},
20+
{
21+
"type": "category",
22+
"label": "Events",
23+
"items": ["concepts/message-listening", "concepts/event-listening"]
24+
},
25+
{
26+
"type": "category",
27+
"label": "App UI & Interactivity",
28+
"items": [
29+
"concepts/acknowledge",
30+
"concepts/shortcuts",
31+
"concepts/commands",
32+
"concepts/actions",
33+
"concepts/opening-modals",
34+
"concepts/updating-pushing-views",
35+
"concepts/view-submissions",
36+
"concepts/select-menu-options",
37+
"concepts/app-home"
38+
]
39+
},
40+
"concepts/ai-apps",
41+
{
42+
"type": "category",
43+
"label": "Custom Steps",
44+
"items": [
45+
"concepts/custom-steps",
46+
"concepts/custom-steps-dynamic-options"
47+
]
48+
},
49+
{
50+
"type": "category",
51+
"label": "App Configuration",
52+
"items": [
53+
"concepts/socket-mode",
54+
"concepts/errors",
55+
"concepts/logging",
56+
"concepts/async"
57+
]
58+
},
59+
{
60+
"type": "category",
61+
"label": "Middleware & Context",
62+
"items": [
63+
"concepts/global-middleware",
64+
"concepts/listener-middleware",
65+
"concepts/context"
66+
]
67+
},
68+
"concepts/lazy-listeners",
69+
{
70+
"type": "category",
71+
"label": "Adaptors",
72+
"items": ["concepts/adapters", "concepts/custom-adapters"]
73+
},
74+
{
75+
"type": "category",
76+
"label": "Authorization & Security",
77+
"items": [
78+
"concepts/authenticating-oauth",
79+
"concepts/authorization",
80+
"concepts/token-rotation"
81+
]
82+
},
83+
{
84+
"type": "category",
85+
"label": "Legacy",
86+
"items": ["legacy/steps-from-apps"]
87+
}
88+
]
89+
},
90+
{ "type": "html", "value": "<hr>" },
91+
{
92+
"type": "category",
93+
"label": "Tutorials",
94+
"items": [
95+
"tutorial/ai-chatbot/ai-chatbot",
96+
"tutorial/custom-steps/custom-steps",
97+
"tutorial/custom-steps-for-jira/custom-steps-for-jira",
98+
"tutorial/custom-steps-workflow-builder-new/custom-steps-workflow-builder-new",
99+
"tutorial/custom-steps-workflow-builder-existing/custom-steps-workflow-builder-existing",
100+
"tutorial/modals/modals"
101+
]
102+
},
103+
{ "type": "html", "value": "<hr>" },
104+
{
105+
"type": "link",
106+
"label": "Reference",
107+
"href": "https://tools.slack.dev/bolt-python/api-docs/slack_bolt/"
108+
},
109+
{ "type": "html", "value": "<hr>" },
110+
{
111+
"type": "link",
112+
"label": "Release notes",
113+
"href": "https://github.com/slackapi/bolt-python/releases"
114+
},
115+
{
116+
"type": "link",
117+
"label": "Code on GitHub",
118+
"href": "https://github.com/SlackAPI/bolt-python"
119+
},
120+
{
121+
"type": "link",
122+
"label": "Contributors Guide",
123+
"href": "https://github.com/SlackAPI/bolt-python/blob/main/.github/contributing.md"
124+
}
125+
]

docs/static/api-docs/slack_bolt/adapter/aiohttp/index.html renamed to docs/api-docs/slack_bolt/adapter/aiohttp/index.html

File renamed without changes.

docs/static/api-docs/slack_bolt/adapter/asgi/aiohttp/index.html renamed to docs/api-docs/slack_bolt/adapter/asgi/aiohttp/index.html

File renamed without changes.

docs/static/api-docs/slack_bolt/adapter/asgi/async_handler.html renamed to docs/api-docs/slack_bolt/adapter/asgi/async_handler.html

File renamed without changes.

docs/static/api-docs/slack_bolt/adapter/asgi/base_handler.html renamed to docs/api-docs/slack_bolt/adapter/asgi/base_handler.html

File renamed without changes.

docs/static/api-docs/slack_bolt/adapter/asgi/builtin/index.html renamed to docs/api-docs/slack_bolt/adapter/asgi/builtin/index.html

File renamed without changes.

docs/static/api-docs/slack_bolt/adapter/asgi/http_request.html renamed to docs/api-docs/slack_bolt/adapter/asgi/http_request.html

File renamed without changes.

docs/static/api-docs/slack_bolt/adapter/asgi/http_response.html renamed to docs/api-docs/slack_bolt/adapter/asgi/http_response.html

File renamed without changes.

0 commit comments

Comments
 (0)