Skip to content

Commit e7b37d7

Browse files
docs: remove Slackbot guide page (#145)
Co-authored-by: Oz <oz-agent@warp.dev>
1 parent 9db8623 commit e7b37d7

4 files changed

Lines changed: 15 additions & 128 deletions

File tree

src/content/docs/guides/build-an-app-in-warp/building-a-slackbot.mdx

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

src/content/docs/guides/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Browse by topic in the sidebar, or start with one of these featured guides.
2929
* **Agent workflows** — Use coding agents to explain code, review PRs, and run parallel tasks
3030
* **Configuration** — Rules, agent profiles, saved prompts, and monorepo sync
3131
* **External tools & integrations** — Connect coding agents to Sentry, Figma, Linear, GitHub, and more via MCP
32-
* **Build an app in Warp** — End-to-end app builds with AI coding workflows: chat apps, Chrome extensions, Slackbots
32+
* **Build an app in Warp** — End-to-end app builds with AI coding workflows: chat apps and Chrome extensions
3333
* **DevOps & infrastructure** — Agent-assisted cloud logs, Docker, Kubernetes, testing, and database optimization
3434
* **Frontend & UI** — Build and refine UI components with coding agents
3535

src/sidebar.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [
684684
{ slug: 'guides/build-an-app-in-warp/building-a-real-time-chat-app-github-mcp-railway', label: 'Build a Real-time Chat App' },
685685
{ slug: 'guides/build-an-app-in-warp/building-a-chrome-extension-d3js-javascript-html-css', label: 'Build a Chrome Extension' },
686686
{ slug: 'guides/build-an-app-in-warp/building-warps-input-with-warp', label: 'Build Warp\'s Own Input Component' },
687-
'guides/build-an-app-in-warp/building-a-slackbot',
688687
],
689688
},
690689
{

vercel.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3864,13 +3864,13 @@
38643864
"statusCode": 308
38653865
},
38663866
{
3867-
"source": "/university/how-warp-uses-warp/building-warps-input-with-warp",
3868-
"destination": "/guides/build-an-app-in-warp/building-warps-input-with-warp/",
3867+
"source": "/university/warp-runtime/building-a-slackbot",
3868+
"destination": "/agent-platform/cloud-agents/integrations/slack/",
38693869
"statusCode": 308
38703870
},
38713871
{
3872-
"source": "/university/warp-runtime/building-a-slackbot",
3873-
"destination": "/guides/build-an-app-in-warp/building-a-slackbot/",
3872+
"source": "/university/how-warp-uses-warp/building-warps-input-with-warp",
3873+
"destination": "/guides/build-an-app-in-warp/building-warps-input-with-warp/",
38743874
"statusCode": 308
38753875
},
38763876
{
@@ -4108,6 +4108,11 @@
41084108
"destination": "/guides/build-an-app-in-warp/building-a-chrome-extension-d3js-javascript-html-css/",
41094109
"statusCode": 308
41104110
},
4111+
{
4112+
"source": "/guides/build-an-app-in-warp/building-a-slackbot",
4113+
"destination": "/agent-platform/cloud-agents/integrations/slack/",
4114+
"statusCode": 308
4115+
},
41114116
{
41124117
"source": "/guides/build-an-app-in-warp/building-a-real-time-chat-app-github-mcp-\\+-railway",
41134118
"destination": "/guides/build-an-app-in-warp/building-a-real-time-chat-app-github-mcp-railway/",
@@ -7753,6 +7758,11 @@
77537758
"destination": "/guides/build-an-app-in-warp/building-a-real-time-chat-app-github-mcp-railway/",
77547759
"statusCode": 308
77557760
},
7761+
{
7762+
"source": "/guides/build-an-app-in-warp/building-a-slackbot/",
7763+
"destination": "/agent-platform/cloud-agents/integrations/slack/",
7764+
"statusCode": 308
7765+
},
77567766
{
77577767
"source": "/guides/configuration/how-to-create-project-rules-for-an-existing-project-astro-\\+-typescript-\\+-tailwind/",
77587768
"destination": "/guides/configuration/how-to-create-project-rules-for-an-existing-project-astro-typescript-tailwind/",

0 commit comments

Comments
 (0)