- Generate other types of badges
- User guide.
- CI workflow that deploys the user guide to Github pages.
- Updated main README.
- Removed container after run in CI workflow.
- Color in the terminal.
- Upgrades.
- Rust 1.76.
- Cargo update.
- Relax Cargo.toml versioning.
- Update git settings.
- Code documentation improvements.
- Added test stubs.
- Added cargo bump.
- Excluded addt'l files from the package.
- markdown > remove-includes:
- added hard-coded string to replace the removed includes.
- List modified files when calling the markdown > remove-includes subcommand.
- Return a list of modified files from the markdown::remove_includes_in_all_markdown_files_in function.
- Add RELEASES.md file.
- Exclude unnecessary files from package.
- Enable markdown > remove-includes subcommand.
- Add
-y
global option to skip confirmation requests. - Tool install instructions.
- Add BOOK_MARKDOWN_BUILD_DIR_PATH environment variable and provide a default value when
[output.markdown]
is added tobook.toml
. - Sitemap generation: fix the location of
sitemap.xml
whenbook.toml
includes more than one [output.*] table. - Use
mdbook
's default values, ifbook.toml
is found, butbook.src
orbuild.build-dir
are not present. - Documentation.
- Initial release