mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
docs: remove product switcher from docs nav (#272)
The docs site nav carried a "Products" dropdown listing both ktx and the legacy Kaelio agent platform. On the ktx docs, a co-equal product switcher framed ktx as one of two products and gave the unrelated legacy product equal billing. Remove it so the ktx docs stay focused; cross-product discovery belongs at the docs.kaelio.com apex, not in the ktx nav. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
50dec7bf64
commit
07bbdefa14
1 changed files with 0 additions and 17 deletions
|
|
@ -8,23 +8,6 @@ export const baseOptions: BaseLayoutProps = {
|
|||
transparentMode: "top",
|
||||
},
|
||||
links: [
|
||||
{
|
||||
type: "menu",
|
||||
text: "Products",
|
||||
items: [
|
||||
{
|
||||
text: "ktx",
|
||||
description: "The ktx CLI & toolkit docs",
|
||||
url: "/docs",
|
||||
},
|
||||
{
|
||||
text: "Kaelio Platform",
|
||||
description: "Docs for the Kaelio platform",
|
||||
url: "https://docs.kaelio.com/agent/docs",
|
||||
external: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "icon",
|
||||
label: "Join the ktx Slack community",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue