Skip to content
Open
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
7 changes: 4 additions & 3 deletions content/home/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,9 +579,10 @@ Run 'kubectl help' for usage.

Cobra can generate documentation based on subcommands, flags, etc. in the following formats:

- [Markdown](doc/md_docs.md)
- [ReStructured Text](doc/rest_docs.md)
- [Man Page](doc/man_docs.md)
- [Markdown](https://github.com/spf13/cobra/blob/main/site/content/docgen/md.md)
- [ReStructured Text](https://github.com/spf13/cobra/blob/main/site/content/docgen/rest.md)
- [Man Page](https://github.com/spf13/cobra/blob/main/site/content/docgen/man.md)
...in [Shell Completions](https://cobra.dev/docs/how-to-guides/shell-completion/).

## Generating bash completions

Expand Down