docs(site): add Products dropdown to ktx docs navbar (#267)

Surface ktx (primary) and Kaelio Platform docs via a navbar product
menu so users can switch between the two docs sites; ktx stays first.
This commit is contained in:
Andrey Avtomonov 2026-06-07 23:15:21 +02:00 committed by GitHub
parent 2914407f09
commit dc39eb7ef9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,23 @@ export const baseOptions: BaseLayoutProps = {
transparentMode: "top", transparentMode: "top",
}, },
links: [ 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", type: "icon",
label: "GitHub", label: "GitHub",