update sidebar configuration
This commit is contained in:
parent
edaf885773
commit
18f8e6df0b
26
mkdocs.yml
26
mkdocs.yml
@ -9,8 +9,30 @@ site_url: https://cli.urfave.org/
|
|||||||
repo_url: https://github.com/urfave/cli
|
repo_url: https://github.com/urfave/cli
|
||||||
edit_uri: edit/main/docs/
|
edit_uri: edit/main/docs/
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home:
|
||||||
- v2 Manual: v2/index.md
|
- Welcome: index.md
|
||||||
|
- Contributing: CONTRIBUTING.md
|
||||||
|
- Code of Conduct: CODE_OF_CONDUCT.md
|
||||||
|
- Releasing: RELEASING.md
|
||||||
|
- Security: SECURITY.md
|
||||||
|
- Migrate v1 to v2: migrate-v1-to-v2.md
|
||||||
|
- v2 Manual:
|
||||||
|
- Getting Started: v2/getting-started.md
|
||||||
|
- Migrating From Older Releases: v2/migrating-from-older-releases.md
|
||||||
|
- Examples:
|
||||||
|
- Greet: v2/examples/greet.md
|
||||||
|
- Arguments: v2/examples/arguments.md
|
||||||
|
- Flags: v2/examples/flags.md
|
||||||
|
- Subcommands: v2/examples/subcommands.md
|
||||||
|
- Subcommands Categories: v2/examples/subcommands-categories.md
|
||||||
|
- Exit Codes: v2/examples/exit-codes.md
|
||||||
|
- Combining Short Options: v2/examples/combining-short-options.md
|
||||||
|
- Bash Completions: v2/examples/bash-completions.md
|
||||||
|
- Generated Help Text: v2/examples/generated-help-text.md
|
||||||
|
- Version Flag: v2/examples/version-flag.md
|
||||||
|
- Timestamp Flag: v2/examples/timestamp-flag.md
|
||||||
|
- Suggestions: v2/examples/suggestions.md
|
||||||
|
- Full API Example: v2/examples/full-api-example.md
|
||||||
- v1 Manual:
|
- v1 Manual:
|
||||||
- Getting Started: v1/getting-started.md
|
- Getting Started: v1/getting-started.md
|
||||||
- Migrating to v2: v1/migrating-to-v2.md
|
- Migrating to v2: v1/migrating-to-v2.md
|
||||||
|
Loading…
Reference in New Issue
Block a user