AndyShiue/learning-rust-from-zero — reverse-engineered prompt
Reverse engineered prompt
Build me a simple beginner friendly Rust tutorial website called Learning Rust from Zero. I want it to feel like an online book for complete programming beginners, with clear chapters, easy navigation, and lots of small Rust code examples that are easy to follow.
Please make it bilingual, with an English version and a Traditional Chinese version, and a landing page that lets people choose which language they want. Each language should have the same overall structure and be easy to read on the web. A clean static site is fine, and it should be easy to publish on GitHub Pages.
Keep the writing style welcoming and beginner focused, more like a guided tutorial than formal docs. Include a basic README that explains what the project is, where the published site would live, and how someone can contribute fixes or suggestions.
If you need to, look up current docs online for the best way to build and publish a book style docs site.
Want more depth? Deep Reverse