Skip to content

Commit 606c89a

Browse files
authored
Merge pull request urfave#2022 from dearchap/add_v3_docs
Docs: Add v3 docs links
2 parents b81e255 + da3410d commit 606c89a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

mkdocs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,25 @@ nav:
1515
- Code of Conduct: CODE_OF_CONDUCT.md
1616
- Releasing: RELEASING.md
1717
- Security: SECURITY.md
18+
- Migrate v2 to v3: migrate-v2-to-v3.md
1819
- Migrate v1 to v2: migrate-v1-to-v2.md
20+
- v3 Manual:
21+
- Getting Started: v3/getting-started.md
22+
- Migrating From Older Releases: v3/migrating-from-older-releases.md
23+
- Examples:
24+
- Greet: v3/examples/greet.md
25+
- Arguments: v3/examples/arguments.md
26+
- Flags: v3/examples/flags.md
27+
- Subcommands: v3/examples/subcommands.md
28+
- Subcommands Categories: v3/examples/subcommands-categories.md
29+
- Exit Codes: v3/examples/exit-codes.md
30+
- Combining Short Options: v3/examples/combining-short-options.md
31+
- Bash Completions: v3/examples/bash-completions.md
32+
- Generated Help Text: v3/examples/generated-help-text.md
33+
- Version Flag: v3/examples/version-flag.md
34+
- Timestamp Flag: v3/examples/timestamp-flag.md
35+
- Suggestions: v3/examples/suggestions.md
36+
- Full API Example: v3/examples/full-api-example.md
1937
- v2 Manual:
2038
- Getting Started: v2/getting-started.md
2139
- Migrating From Older Releases: v2/migrating-from-older-releases.md

0 commit comments

Comments
 (0)