From 7803d2220cffc55e8b2eb8f77968ec7d107bbc45 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Fri, 13 Feb 2026 20:22:46 -0700 Subject: [PATCH] Feature TUI guide link in homepage hero actions --- src/content/docs/index.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 22a10b4..a0ea8ed 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -11,6 +11,9 @@ hero: - text: Get Started link: /getting-started/ icon: right-arrow + - text: Birdcage TUI + link: /guides/tui/ + variant: minimal - text: Console Commands link: /reference/console-commands/ variant: minimal