feat: add CLI section to navigation with links to documentation

This commit is contained in:
Nawaz Dhandala
2026-02-15 20:29:36 +00:00
parent e46d1ae7da
commit 91102ee952

View File

@@ -130,6 +130,35 @@ const DocsNav: NavGroup[] = [
},
],
},
{
title: "CLI",
links: [
{
title: "Overview",
url: "/docs/cli/index",
},
{
title: "Authentication",
url: "/docs/cli/authentication",
},
{
title: "Resource Operations",
url: "/docs/cli/resource-operations",
},
{
title: "Output Formats",
url: "/docs/cli/output-formats",
},
{
title: "Scripting & CI/CD",
url: "/docs/cli/scripting",
},
{
title: "Command Reference",
url: "/docs/cli/command-reference",
},
],
},
{
title: "Monitor",
links: [