TrialDragon
TrialDragon
Merges the `new-book` branch into `main` resolving conflicts along the way. Closes #870 Closes #602
Current plan for integrating new Bevy book into bevy-website/main. Moved from #623 per https://github.com/bevyengine/bevy-website/issues/623#issuecomment-1518887997 - [x] Synchronize `new-book` with `main` to make these changes easier - [x] #874 - [x]...
Makes the book use pages where before sections with just an _index.md file were for developer usability sake. Also does a minor change to the migration guides urls because apparently...
Adds parity / consistency with the mold install command and an important part to the command to install what Linux users need to follow the instructions. Fixes #98
While working on #862 I have noticed that in the migration guide the page navigation is going in the normal order in spite of the docs page menu being reversed....
This PR makes the page that lists Bevy's errors for current release viewable from the learn page. Closes #766
Adds a link to the bevy developer docs so that they're discoverable for anyone unaware. Closes #775
The purpose of this PR is to move a note about parallelism in the ECS learning page so that the reader is aware about this fact prior to the output...
At the moment if you commit multiple times to a PR while CI is still going it takes up the amount of jobs that can be run at once. Instead...
Consider adding back djlint (html linter) rule H006 (`<img>` tags need height and width attributes)
> I disagree on the disabling of one of those linter rules (H006) since I left it in for a reason (it's considered best practice to define height and width...