diff --git a/docs/releases/0.1.3.md b/docs/releases/0.1.3.md
index fb9d0c7..d77721c 100644
--- a/docs/releases/0.1.3.md
+++ b/docs/releases/0.1.3.md
@@ -2,7 +2,7 @@ Many have asked how to get the diagram to look like the one on D2's [cheat sheet

-The Slack app for D2 has now hit production, so if you're looking for the quickest way to express a visual model without interrupting the conversation flow, go to [https://d2lang.com/tour/slack/](https://d2lang.com/tour/slack/) to install.
+This release also introduced the Slack app for D2.
Hope everyone is enjoying the holidays this week!
@@ -32,4 +32,3 @@ Hope everyone is enjoying the holidays this week!
- Fixes edge case where `style` being defined in same scope as `sql_table` causes compiler to skip compiling `sql_table`. [#506](https://github.com/terrastruct/d2/issues/506)
- Fixes panic passing a non-string value to `constraint`. [#248](https://github.com/terrastruct/d2/issues/248)
- Fixes edge case where the key `null` was compiling wrongly. [#507](https://github.com/terrastruct/d2/issues/507)
-
diff --git a/docs/tour/extensions.md b/docs/tour/extensions.md
index 82203aa..c9d578a 100644
--- a/docs/tour/extensions.md
+++ b/docs/tour/extensions.md
@@ -11,7 +11,6 @@ Officially developed and maintained by the creators of D2.
- [VSCode extension](/tour/vscode/)
- [Vim plugin](/tour/vim/)
- [Obsidian plugin](/tour/obsidian/)
-- [D2 app for Slack](/tour/slack/)
- [Discord plugin](/tour/discord/)
## Community
diff --git a/docs/tour/slack.md b/docs/tour/slack.md
deleted file mode 100644
index e35aa67..0000000
--- a/docs/tour/slack.md
+++ /dev/null
@@ -1,56 +0,0 @@
-# D2 app for Slack
-
-import WebPImage from '@site/src/components/WebPImage';
-
-
-
-### The fastest way to explain what you mean mid-conversation
-
-Ever have like 6 rounds of back-and-forth to explain what you mean when it's a pretty
-simple model you're explaining? The D2 app for Slack lets you create beautiful diagrams on the fly with
-a `/d2` command.
-
-Slack requires configurations that can only be set on a third-party platform. So **you'll
-need to create a Terrastruct account (paid) to use the D2 app for Slack**. Terrastruct does not
-collect any data from Slack.
-
-
-Add to Slack
-
-
-## Communicating ideas
-
-
-
-## Put large diagrams in the conversation for discussion
-
-
-
-## Additional information
-
-- [Privacy policy](https://www.terrastruct.com/privacy-policy/)
-- [Security policy](https://www.terrastruct.com/security-policy/)
diff --git a/sidebars.ts b/sidebars.ts
index 81a6c65..fdee4af 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -141,13 +141,7 @@ const sidebars: SidebarsConfig = {
type: "category",
label: "Official",
link: { type: "doc", id: "tour/vscode" },
- items: [
- "tour/vscode",
- "tour/vim",
- "tour/obsidian",
- "tour/slack",
- "tour/discord",
- ],
+ items: ["tour/vscode", "tour/vim", "tour/obsidian", "tour/discord"],
},
],
},