Skip to content

Commit c793795

Browse files
docs: removes quickstart (reducing to 1 quickstart on site) | updates creating an app page (#1575)
1 parent 0f63195 commit c793795

3 files changed

Lines changed: 7 additions & 296 deletions

File tree

docs/english/_sidebar.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"label": "Bolt for Python",
66
"className": "sidebar-title"
77
},
8-
"tools/bolt-python/getting-started",
9-
{ "type": "html", "value": "<hr>" },
108
"tools/bolt-python/creating-an-app",
119
{
1210
"type": "category",
@@ -102,7 +100,6 @@
102100
"label": "Legacy",
103101
"items": ["tools/bolt-python/legacy/steps-from-apps"]
104102
},
105-
{ "type": "html", "value": "<hr>" },
106103
{
107104
"type": "category",
108105
"label": "Tutorials",
@@ -116,13 +113,11 @@
116113
"tools/bolt-python/tutorial/modals/modals"
117114
]
118115
},
119-
{ "type": "html", "value": "<hr>" },
120116
{
121117
"type": "link",
122118
"label": "Reference",
123119
"href": "https://docs.slack.dev/tools/bolt-python/reference/index.html"
124120
},
125-
{ "type": "html", "value": "<hr>" },
126121
{
127122
"type": "category",
128123
"label": "日本語 (日本)",

docs/english/creating-an-app.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@ sidebar_label: Creating an app
44

55
# Creating an app with Bolt for Python
66

7-
This guide is meant to walk you through getting up and running with a Slack app using Bolt for Python. Along the way, we’ll create a new Slack app, set up your local environment, and develop an app that listens and responds to messages from a Slack workspace.
7+
:::tip[More doing, less reading]
8+
This guide is a more thorough explanation on creating a Slack app. If you want a running app as fast as possible, follow our [Quickstart](/quickstart) that harnesses the power of Bolt and the [Slack CLI](/tools/slack-cli).
9+
:::
10+
11+
Follow along to get up and running with a Slack app using Bolt for Python. Along the way, we’ll create a new Slack app, set up your local environment, and develop an app that listens and responds to messages from a Slack workspace.
812

913
When you're finished, you'll have created the [Getting Started app](https://github.com/slackapi/bolt-python/tree/main/examples/getting_started) to run, modify, and make your own. ⚡️
10-
14+
1115
---
1216

1317
### Create a new app {#create-an-app}
1418
First thing's first: before you start developing with Bolt, you'll want to [create a Slack app](https://api.slack.com/apps/new).
1519

1620
:::tip[A place to test and learn]
1721

18-
We recommend using a workspace where you won't disrupt real work getting done[you can create a new one for free](https://slack.com/get-started#create).
22+
We recommend using a workspace where you won't disrupt real work getting done, like a [developer sandbox](/tools/developer-sandboxes).
1923

2024
:::
2125

docs/english/getting-started.md

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

0 commit comments

Comments
 (0)