mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: add CLI section to navigation with links to documentation
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user