Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 0 additions & 122 deletions src/content/docs/guides/build-an-app-in-warp/building-a-slackbot.mdx

This file was deleted.

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

1 change: 0 additions & 1 deletion src/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,6 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [
{ slug: 'guides/build-an-app-in-warp/building-a-real-time-chat-app-github-mcp-railway', label: 'Build a Real-time Chat App' },
{ slug: 'guides/build-an-app-in-warp/building-a-chrome-extension-d3js-javascript-html-css', label: 'Build a Chrome Extension' },
{ slug: 'guides/build-an-app-in-warp/building-warps-input-with-warp', label: 'Build Warp\'s Own Input Component' },
'guides/build-an-app-in-warp/building-a-slackbot',
],
},
{
Expand Down
18 changes: 14 additions & 4 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3864,13 +3864,13 @@
"statusCode": 308
},
{
"source": "/university/how-warp-uses-warp/building-warps-input-with-warp",
"destination": "/guides/build-an-app-in-warp/building-warps-input-with-warp/",
"source": "/university/warp-runtime/building-a-slackbot",
"destination": "/agent-platform/cloud-agents/integrations/slack/",
"statusCode": 308
},
{
"source": "/university/warp-runtime/building-a-slackbot",
"destination": "/guides/build-an-app-in-warp/building-a-slackbot/",
"source": "/university/how-warp-uses-warp/building-warps-input-with-warp",
"destination": "/guides/build-an-app-in-warp/building-warps-input-with-warp/",
"statusCode": 308
},
{
Expand Down Expand Up @@ -4108,6 +4108,11 @@
"destination": "/guides/build-an-app-in-warp/building-a-chrome-extension-d3js-javascript-html-css/",
"statusCode": 308
},
{
"source": "/guides/build-an-app-in-warp/building-a-slackbot",
"destination": "/agent-platform/cloud-agents/integrations/slack/",
"statusCode": 308
},
{
"source": "/guides/build-an-app-in-warp/building-a-real-time-chat-app-github-mcp-\\+-railway",
"destination": "/guides/build-an-app-in-warp/building-a-real-time-chat-app-github-mcp-railway/",
Expand Down Expand Up @@ -7753,6 +7758,11 @@
"destination": "/guides/build-an-app-in-warp/building-a-real-time-chat-app-github-mcp-railway/",
"statusCode": 308
},
{
"source": "/guides/build-an-app-in-warp/building-a-slackbot/",
"destination": "/agent-platform/cloud-agents/integrations/slack/",
"statusCode": 308
},
{
"source": "/guides/configuration/how-to-create-project-rules-for-an-existing-project-astro-\\+-typescript-\\+-tailwind/",
"destination": "/guides/configuration/how-to-create-project-rules-for-an-existing-project-astro-typescript-tailwind/",
Expand Down
Loading