Small error in the Bevy Book #2512
-
| 
         In going through the Bevy Book I was following the simple example and ran into a build error on this page: https://bevyengine.org/learn/book/getting-started/ecs. I'm not sure who to contact about this so I thought I'd start here. Here is the code in question: I fixed it by changing the   | 
  
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
| 
         In general, issues with the website belong in the  Looking at the source though, this error seems to be corrected already: https://github.com/bevyengine/bevy-website/blob/master/content/learn/book/getting-started/ecs/_index.md. From @MinerSebas, "The HTML sees the as an HTML Tag" So, good eye! This may be more complex to fix 🤔  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         It's an issue in the website configuration due to the release of newest version of Zola that deprecates an option that we were using. Thanks for noticing and reporting! It should be fixed by bevyengine/bevy-website#191  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Thanks for the reply! I'm newish to Rust and very new to Bevy so I appreciate you guys getting back to me so quickly.  | 
  
Beta Was this translation helpful? Give feedback.

It's an issue in the website configuration due to the release of newest version of Zola that deprecates an option that we were using.
Thanks for noticing and reporting! It should be fixed by bevyengine/bevy-website#191