Skip to content

Commit 1bd17cf

Browse files
Docs: docusaurus migration nits (#1118)
1 parent 5a5863c commit 1bd17cf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/content/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<!-- <img src="./img/bolt-py-logo.svg" alt="logo" width="128"/> -->
2-
31
# Bolt for Python
42

53
Bolt for Python is a Python framework to build Slack apps with the latest Slack platform features. Read the [Getting Started Guide](/getting-started) to set up and run your first Bolt app.

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { themes as prismThemes } from "prism-react-renderer";
88

99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {
11-
title: "Slack Developer Tools",
11+
title: "Bolt for Python",
1212
tagline: "Official frameworks, libraries, and SDKs for Slack developers",
1313
favicon: "img/favicon.ico",
1414

0 commit comments

Comments
 (0)