doc: Migrate docs to mdBook, slim down the readme#9
Merged
Merged
Conversation
ChangelogSee GitHub Releases and 0.3.1 - 2025-08-28📚 Documentation
🧪 Experimental
⚙️ Repository
📜 Full ChangelogChangelogSee GitHub Releases and [0.3.0] - 2025-08-14📚 Documentation
🐛 Bug Fixes
🧪 Experimental
New Contributors ❤️
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Highlights
git-cliffpowered Changelog generationREADME.mdtodoc/book/srcCopilot Summary
This pull request introduces several improvements focused on documentation, changelog automation, and build configuration for the Bevy REPL project. The most significant changes include adding a comprehensive mdBook documentation workflow, updating changelog generation and formatting, and refining Cargo features and dependencies.
Documentation and Build Automation:
.github/workflows/mdbook.yml) to build and deploy the mdBook documentation to GitHub Pages on tagged releases, including caching and plugin setup for efficient builds.book.tomlto configure mdBook settings, output directory, preprocessors, and site URLs for proper documentation rendering and deployment.doc/src/SUMMARY.mdand new content files covering features, commands, configuration, design, and development topics. [1] [2] [3] [4] [5] [6] [7]Changelog and Release Management:
.github/workflows/changelog.ymlto run on pull requests tomainand pushes to tags, ignoring changes toCHANGELOG.md.cliff.toml: improved header/footer, contributor listing, tag patterns, and repository references. [1] [2] [3] [4] [5] [6]CHANGELOG.mdto reference GitHub Releases and the new documentation site, and improved contributor formatting. [1] [2]Cargo Features and Dependency Updates:
0.4.1and updatedclapdependency to4.5.46inCargo.toml. [1] [2]quitandhelpcommands by default.These changes collectively improve the project's documentation, automate release and changelog management, and ensure up-to-date dependencies and feature flags for users and contributors.