mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
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:
parent
2914407f09
commit
dc39eb7ef9
1 changed files with 17 additions and 0 deletions
|
|
@ -9,6 +9,23 @@ 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: "GitHub",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue