TrialDragon

Results 27 issues of TrialDragon

Merges the `new-book` branch into `main` resolving conflicts along the way. Closes #870 Closes #602

C-Enhancement
A-Book

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...

A-Book
C-Usability

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

C-Bug
A-Book

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

A-Home
C-Usability

Adds a link to the bevy developer docs so that they're discoverable for anyone unaware. Closes #775

A-Home
C-Usability
S-Controversial

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...

A-Book
C-Content

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...

C-Enhancement
A-Build-System

> 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...

A-Build-System
A-Meta
C-Code Quality
S-Needs-Design