Skip to content

Commit ef3e178

Browse files
authored
docs: updates for combined quickstart (#1378)
1 parent e21c4e8 commit ef3e178

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/english/getting-started.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
sidebar_label: Quickstart
3+
title: Quickstart guide with Bolt for Python
34
---
45

5-
# Quickstart guide with Bolt for Python
6-
76
This quickstart guide aims to help you get a Slack app using Bolt for Python up and running as soon as possible!
87

98
import Tabs from '@theme/Tabs';
@@ -292,8 +291,8 @@ Follow along with the steps that went into making this app on the [building an a
292291

293292
You can now continue customizing your app with various features to make it right for whatever job's at hand. Here are some ideas about what to explore next:
294293

295-
- Explore the different events your bot can listen to with the [`app.event()`](/tools/bolt-python/concepts/event-listening) method. All of the [events](/reference/events) are listed on the API docs site.
296-
- Bolt allows you to call [Web API](/tools/bolt-python/concepts/web-api) methods with the client attached to your app. There are [over 200 methods](/reference/methods) on the API docs site.
294+
- Explore the different events your bot can listen to with the [`app.event()`](/tools/bolt-python/concepts/event-listening) method. See the full events reference [here](/reference/events).
295+
- Bolt allows you to call [Web API](/tools/bolt-python/concepts/web-api) methods with the client attached to your app. There are [over 200 methods](/reference/methods) available.
297296
- Learn more about the different [token types](/authentication/tokens) and [authentication setups](/tools/bolt-python/concepts/authenticating-oauth). Your app might need different tokens depending on the actions you want to perform or for installations to multiple workspaces.
298297
- Receive events using HTTP for various deployment methods, such as deploying to Heroku or AWS Lambda.
299298
- Read on [app design](/surfaces/app-design) and compose fancy messages with blocks using [Block Kit Builder](https://app.slack.com/block-kit-builder) to prototype messages.

0 commit comments

Comments
 (0)