From 2d01fd839a3203cddbbb00905d0f9f8fefc70419 Mon Sep 17 00:00:00 2001 From: Rietie Date: Mon, 24 Aug 2026 13:14:09 +0200 Subject: [PATCH 1/2] docs(kilo-docs): mark KiloClaw end of life and drop promotional links Add a shared kiloclaw-eol partial and render it on every KiloClaw page, and remove the KiloClaw card, hero CTA, quick links, and terminal tab from the docs homepage plus the pointer link in the architecture Related list. The top-level nav entry stays so existing users can still reach the docs. --- .../markdoc/partials/kiloclaw-eol.md | 3 + .../pages/contributing/architecture/index.md | 1 - packages/kilo-docs/pages/index.tsx | 71 ++----------------- .../pages/kiloclaw/chat-platforms/discord.md | 2 + .../pages/kiloclaw/chat-platforms/index.md | 2 + .../pages/kiloclaw/chat-platforms/slack.md | 2 + .../pages/kiloclaw/chat-platforms/telegram.md | 2 + .../kiloclaw/control-ui/changing-models.md | 2 + .../kiloclaw/control-ui/exec-approvals.md | 2 + .../pages/kiloclaw/control-ui/overview.md | 2 + .../kiloclaw/control-ui/version-pinning.md | 2 + .../kilo-docs/pages/kiloclaw/dashboard.md | 2 + .../kiloclaw/development-tools/composio.md | 2 + .../kiloclaw/development-tools/github.md | 2 + .../kiloclaw/development-tools/google.md | 2 + .../pages/kiloclaw/development-tools/index.md | 2 + .../kiloclaw/development-tools/linear.md | 2 + .../kilo-docs/pages/kiloclaw/end-to-end.md | 2 + .../kilo-docs/pages/kiloclaw/faq/general.md | 2 + .../kilo-docs/pages/kiloclaw/faq/pricing.md | 2 + packages/kilo-docs/pages/kiloclaw/overview.md | 2 + .../pages/kiloclaw/pre-installed-software.md | 2 + .../pages/kiloclaw/tools/1password.md | 2 + .../pages/kiloclaw/tools/agentcard.md | 2 + .../pages/kiloclaw/tools/brave-search.md | 2 + .../kilo-docs/pages/kiloclaw/tools/index.md | 2 + .../pages/kiloclaw/tools/other-tools.md | 2 + .../pages/kiloclaw/triggers/index.md | 2 + .../pages/kiloclaw/triggers/scheduled.md | 2 + .../pages/kiloclaw/triggers/webhooks.md | 2 + .../kiloclaw/troubleshooting/architecture.md | 2 + .../troubleshooting/common-questions.md | 2 + .../pages/kiloclaw/troubleshooting/faq.md | 2 + .../troubleshooting/gateway-process.md | 2 + 34 files changed, 71 insertions(+), 66 deletions(-) create mode 100644 packages/kilo-docs/markdoc/partials/kiloclaw-eol.md diff --git a/packages/kilo-docs/markdoc/partials/kiloclaw-eol.md b/packages/kilo-docs/markdoc/partials/kiloclaw-eol.md new file mode 100644 index 00000000000..7e4a9ea4d0d --- /dev/null +++ b/packages/kilo-docs/markdoc/partials/kiloclaw-eol.md @@ -0,0 +1,3 @@ +{% callout type="warning" title="KiloClaw is end of life" %} +KiloClaw is no longer available to new users, and support for the product is ending. This documentation is kept for reference by existing users and is no longer maintained. +{% /callout %} diff --git a/packages/kilo-docs/pages/contributing/architecture/index.md b/packages/kilo-docs/pages/contributing/architecture/index.md index bbce09df4a7..e91811a2382 100644 --- a/packages/kilo-docs/pages/contributing/architecture/index.md +++ b/packages/kilo-docs/pages/contributing/architecture/index.md @@ -223,4 +223,3 @@ After system-boundary pages, continue with Development Patterns for implementati - [Development Patterns](/docs/contributing/architecture/development-patterns) - code-ownership decisions and contributor workflow - [Development Environment](/docs/contributing/development-environment) - setup guide - [Ecosystem](/docs/contributing/ecosystem) - related projects and integrations -- [KiloClaw Overview](/docs/kiloclaw/overview) - customer-facing KiloClaw docs diff --git a/packages/kilo-docs/pages/index.tsx b/packages/kilo-docs/pages/index.tsx index 08bc9f3a67c..0134a571c50 100644 --- a/packages/kilo-docs/pages/index.tsx +++ b/packages/kilo-docs/pages/index.tsx @@ -66,25 +66,6 @@ const terminalContent = { $ kilo rules list ), - kiloclaw: ( - <> - # Chat with your KiloClaw agent from the CLI - {"\n"} - $ kilo /claw - {"\n"} - {"\n"} - # Or connect via chat platforms - {"\n"} - # Telegram, Discord, Slack — no self-hosting required - {"\n"} - {"\n"} - # Trigger your agent via webhook - {"\n"} - $ curl -X POST https://your-instance.kiloclaw.ai/webhook \{"\n"} - -H "Content-Type: application/json" \{"\n"} - {` -d '{"event":"deploy","repo":"my-app"}'`} - - ), } // Category card data based on the information architecture @@ -120,24 +101,6 @@ const categories = [ { title: "Custom Rules", href: "/code-with-ai" }, ], }, - { - title: "KiloClaw", - description: - "Hosted OpenClaw agents — deploy, manage, and integrate AI agents with chat platforms, dev tools, and triggers without self-hosting.", - href: "/kiloclaw/overview", - icon: ( - - - - - - ), - links: [ - { title: "Overview", href: "/kiloclaw/overview" }, - { title: "Chat Platforms", href: "/kiloclaw/chat-platforms" }, - { title: "Development Tools", href: "/kiloclaw/development-tools" }, - ], - }, { title: "Collaborate", description: "Work with teams, share sessions, and manage organizations", @@ -230,9 +193,7 @@ const categories = [ ] export default function HomePage() { - const [activeTab, setActiveTab] = useState<"installation" | "firstTask" | "customRules" | "gateway" | "kiloclaw">( - "installation", - ) + const [activeTab, setActiveTab] = useState<"installation" | "firstTask" | "customRules" | "gateway">("installation") return (
@@ -247,15 +208,15 @@ export default function HomePage() {

Kilo Documentation

- Explore guides and examples for the Kilo platform — from coding agents and AI-powered development to hosted - agentic infrastructure with KiloClaw. + Explore guides and examples for the Kilo platform — from coding agents and AI-powered development to + automation and hosted agentic infrastructure.

Get started with Kilo Code → - - Explore KiloClaw + + Explore Kilo Gateway
@@ -276,20 +237,6 @@ export default function HomePage() {
-
-

KILOCLAW

-
- - Overview - - - Chat Platforms - - - Development Tools - -
-

PLATFORMS

@@ -348,7 +295,7 @@ export default function HomePage() {

Try it out

-

Get started quickly with Kilo Code, KiloClaw, and Kilo Gateway

+

Get started quickly with Kilo Code and Kilo Gateway

@@ -370,12 +317,6 @@ export default function HomePage() { > Custom Rules -