Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: remove auto generated docs line with current date #732

Merged
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions cmd/gendocs/gen_alloydb-proxy_docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ func main() {

c := cmd.NewCommand()
c.Execute()
c.Command.DisableAutoGenTag = true
doc.GenMarkdownTree(c.Command, outDir)
}
1 change: 0 additions & 1 deletion docs/cmd/alloydb-auth-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,4 +364,3 @@ alloydb-auth-proxy instance_uri... [flags]
* [alloydb-auth-proxy completion](alloydb-auth-proxy_completion.md) - Generate the autocompletion script for the specified shell
* [alloydb-auth-proxy wait](alloydb-auth-proxy_wait.md) - Wait for another Proxy process to start

###### Auto generated by spf13/cobra on 4-Dec-2024
1 change: 0 additions & 1 deletion docs/cmd/alloydb-auth-proxy_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ See each sub-command's help for details on how to use the generated script.
* [alloydb-auth-proxy completion powershell](alloydb-auth-proxy_completion_powershell.md) - Generate the autocompletion script for powershell
* [alloydb-auth-proxy completion zsh](alloydb-auth-proxy_completion_zsh.md) - Generate the autocompletion script for zsh

###### Auto generated by spf13/cobra on 4-Dec-2024
1 change: 0 additions & 1 deletion docs/cmd/alloydb-auth-proxy_completion_bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ alloydb-auth-proxy completion bash

* [alloydb-auth-proxy completion](alloydb-auth-proxy_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 4-Dec-2024
1 change: 0 additions & 1 deletion docs/cmd/alloydb-auth-proxy_completion_fish.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ alloydb-auth-proxy completion fish [flags]

* [alloydb-auth-proxy completion](alloydb-auth-proxy_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 4-Dec-2024
1 change: 0 additions & 1 deletion docs/cmd/alloydb-auth-proxy_completion_powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ alloydb-auth-proxy completion powershell [flags]

* [alloydb-auth-proxy completion](alloydb-auth-proxy_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 4-Dec-2024
1 change: 0 additions & 1 deletion docs/cmd/alloydb-auth-proxy_completion_zsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ alloydb-auth-proxy completion zsh [flags]

* [alloydb-auth-proxy completion](alloydb-auth-proxy_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 4-Dec-2024
1 change: 0 additions & 1 deletion docs/cmd/alloydb-auth-proxy_wait.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ alloydb-auth-proxy wait [flags]

* [alloydb-auth-proxy](alloydb-auth-proxy.md) - alloydb-auth-proxy provides a secure way to authorize connections to AlloyDB.

###### Auto generated by spf13/cobra on 4-Dec-2024
Loading