Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,22 @@ export default defineConfig({
],
},
{
label: "CLI",
label: "Go CLI",
collapsed: true,
items: [
{ label: "Overview", slug: "docs/go" },
{ label: "Quickstart", slug: "docs/go/quickstart" },
{ label: "scan", slug: "docs/go/cli/scan" },
{ label: "audit", slug: "docs/go/cli/audit" },
{ label: "validate", slug: "docs/go/cli/validate" },
{ label: "Identity Model", slug: "docs/go/concepts/identity-model" },
{ label: "Enforce in CI", slug: "docs/go/guides/enforce-in-ci" },
{ label: "Supported Scope", slug: "docs/go/reference/supported-scope" },
{ label: "Limitations", slug: "docs/go/reference/limitations" },
],
},
{
label: "Node CLI",
collapsed: true,
items: [
{ label: "init", slug: "docs/cli/init" },
Expand Down Expand Up @@ -116,21 +131,6 @@ export default defineConfig({
{ label: "OpenTelemetry", slug: "docs/integrations/opentelemetry" },
],
},
{
label: "Go CLI",
collapsed: true,
items: [
{ label: "Overview", slug: "docs/go" },
{ label: "Quickstart", slug: "docs/go/quickstart" },
{ label: "scan", slug: "docs/go/cli/scan" },
{ label: "audit", slug: "docs/go/cli/audit" },
{ label: "validate", slug: "docs/go/cli/validate" },
{ label: "Identity Model", slug: "docs/go/concepts/identity-model" },
{ label: "Enforce in CI", slug: "docs/go/guides/enforce-in-ci" },
{ label: "Supported Scope", slug: "docs/go/reference/supported-scope" },
{ label: "Limitations", slug: "docs/go/reference/limitations" },
],
},
{
label: "Trust",
collapsed: true,
Expand Down
Loading