Skip to content

Commit

Permalink
messing with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Jul 9, 2024
1 parent 5dcd85f commit 7d16df0
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/command-reference/uds.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds
title: uds
description: UDS CLI command reference for <code>uds</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_completion.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds completion
title: uds completion
description: UDS CLI command reference for <code>uds completion</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_completion_bash.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds completion bash
title: uds completion bash
description: UDS CLI command reference for <code>uds completion bash</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_completion_fish.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds completion fish
title: uds completion fish
description: UDS CLI command reference for <code>uds completion fish</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_completion_zsh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds completion zsh
title: uds completion zsh
description: UDS CLI command reference for <code>uds completion zsh</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_create.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds create
title: uds create
description: UDS CLI command reference for <code>uds create</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_deploy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds deploy
title: uds deploy
description: UDS CLI command reference for <code>uds deploy</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_dev.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds dev
title: uds dev
description: UDS CLI command reference for <code>uds dev</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_dev_deploy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds dev deploy
title: uds dev deploy
description: UDS CLI command reference for <code>uds dev deploy</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_inspect.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds inspect
title: uds inspect
description: UDS CLI command reference for <code>uds inspect</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_logs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds logs
title: uds logs
description: UDS CLI command reference for <code>uds logs</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_monitor.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds monitor
title: uds monitor
description: UDS CLI command reference for <code>uds monitor</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_monitor_pepr.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds monitor pepr
title: uds monitor pepr
description: UDS CLI command reference for <code>uds monitor pepr</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_publish.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds publish
title: uds publish
description: UDS CLI command reference for <code>uds publish</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_pull.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds pull
title: uds pull
description: UDS CLI command reference for <code>uds pull</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_remove.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds remove
title: uds remove
description: UDS CLI command reference for <code>uds remove</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_run.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds run
title: uds run
description: UDS CLI command reference for <code>uds run</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/command-reference/uds_version.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Command reference - uds version
title: uds version
description: UDS CLI command reference for <code>uds version</code>.
type: docs
---
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var genCLIDocs = &cobra.Command{
title := strings.Replace(name, "_", " ", -1)

return fmt.Sprintf(`---
title: Command reference - %s
title: %s
description: UDS CLI command reference for <code>%s</code>.
type: docs
---
Expand Down

0 comments on commit 7d16df0

Please sign in to comment.