-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update readme * add changelog * change color
- Loading branch information
Showing
6 changed files
with
43 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.1.1] - 2024-10-25 | ||
|
||
### Added | ||
- Pretty output formatting option for CLI documentation | ||
- Support for table-based documentation layout | ||
- Automatic command parsing and documentation generation | ||
- Integration with Typer's built-in documentation system | ||
|
||
### Changed | ||
- Improved documentation rendering with markdown tables | ||
- Enhanced support for command arguments and options display | ||
|
||
### Fixed | ||
- Proper handling of optional and required parameters | ||
- Correct parsing of default values in CLI options | ||
|
||
## [0.1.0] - 2024-10-25 | ||
|
||
### Added | ||
- Initial release of mkdocs-typer2 | ||
- Basic MkDocs plugin functionality | ||
- Support for Typer CLI documentation generation | ||
- Integration with MkDocs Material theme | ||
- GitHub Actions for testing and deployment | ||
- Basic test coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
| Example Column 1 | Example Column 2 | Example Column 3 | | ||
|------------------|------------------|------------------| | ||
| Example Value 1 | Example Value 2 | Example Value 3 | | ||
| Example Value 4 | Example Value 5 | Example Value 6 | | ||
| Example Value 7 | Example Value 8 | Example Value 9 | | ||
|
||
|
||
--8<-- "README.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.