Skip to content

Commit bd3447b

Browse files
committed
docs: autogenerate reference
1 parent 56995a1 commit bd3447b

File tree

31 files changed

+423
-423
lines changed

31 files changed

+423
-423
lines changed

docs/reference/app/app.html

Lines changed: 66 additions & 66 deletions
Large diffs are not rendered by default.

docs/reference/app/async_app.html

Lines changed: 63 additions & 63 deletions
Large diffs are not rendered by default.

docs/reference/app/index.html

Lines changed: 66 additions & 66 deletions
Large diffs are not rendered by default.

docs/reference/async_app.html

Lines changed: 63 additions & 63 deletions
Large diffs are not rendered by default.

docs/reference/authorization/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1 class="title">Module <code>slack_bolt.authorization</code></h1>
3939
<section id="section-intro">
4040
<p>Authorization is the process of determining which Slack credentials should be available
4141
while processing an incoming Slack event.</p>
42-
<p>Refer to <a href="https://slack.dev/bolt-python/concepts#authorization">https://slack.dev/bolt-python/concepts#authorization</a> for details.</p>
42+
<p>Refer to <a href="https://docs.slack.dev/tools/bolt-python/concepts/authorization">https://docs.slack.dev/tools/bolt-python/concepts/authorization</a> for details.</p>
4343
</section>
4444
<section>
4545
<h2 class="section-title" id="header-submodules">Sub-modules</h2>

docs/reference/context/assistant/thread_context_store/file/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
4848
<dl>
4949
<dt id="slack_bolt.context.assistant.thread_context_store.file.FileAssistantThreadContextStore"><code class="flex name class">
5050
<span>class <span class="ident">FileAssistantThreadContextStore</span></span>
51-
<span>(</span><span>base_dir: str = '/Users/wbergamin/.bolt-app-assistant-thread-contexts')</span>
51+
<span>(</span><span>base_dir: str = '/Users/eden.zimbelman/.bolt-app-assistant-thread-contexts')</span>
5252
</code></dt>
5353
<dd>
5454
<details class="source">

docs/reference/context/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1 class="title">Module <code>slack_bolt.context</code></h1>
4040
<p>All listeners have access to a context dictionary, which can be used to enrich events with additional information.
4141
Bolt automatically attaches information that is included in the incoming event,
4242
like <code>user_id</code>, <code>team_id</code>, <code>channel_id</code>, and <code>enterprise_id</code>.</p>
43-
<p>Refer to <a href="https://slack.dev/bolt-python/concepts#context">https://slack.dev/bolt-python/concepts#context</a> for details.</p>
43+
<p>Refer to <a href="https://docs.slack.dev/tools/bolt-python/concepts/context">https://docs.slack.dev/tools/bolt-python/concepts/context</a> for details.</p>
4444
</section>
4545
<section>
4646
<h2 class="section-title" id="header-submodules">Sub-modules</h2>

docs/reference/index.html

Lines changed: 69 additions & 69 deletions
Large diffs are not rendered by default.

docs/reference/lazy_listener/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h1 class="title">Module <code>slack_bolt.lazy_listener</code></h1>
5656
lazy=[run_long_process]
5757
)
5858
</code></pre>
59-
<p>Refer to <a href="https://slack.dev/bolt-python/concepts#lazy-listeners">https://slack.dev/bolt-python/concepts#lazy-listeners</a> for more details.</p>
59+
<p>Refer to <a href="https://docs.slack.dev/tools/bolt-python/concepts/lazy-listeners">https://docs.slack.dev/tools/bolt-python/concepts/lazy-listeners</a> for more details.</p>
6060
</section>
6161
<section>
6262
<h2 class="section-title" id="header-submodules">Sub-modules</h2>

docs/reference/listener_matcher/builtins.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
8080
return dialog_submission(constraints[&#34;callback_id&#34;], asyncio)
8181
if action_type == &#34;dialog_cancellation&#34;:
8282
return dialog_cancellation(constraints[&#34;callback_id&#34;], asyncio)
83-
# https://api.slack.com/workflows/steps
83+
# https://docs.slack.dev/legacy/legacy-steps-from-apps/
8484
if action_type == &#34;workflow_step_edit&#34;:
8585
return workflow_step_edit(constraints[&#34;callback_id&#34;], asyncio)
8686

0 commit comments

Comments
 (0)