diff --git a/README.md b/README.md index 4210df3..9144eb2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Easy-Vibe Logo +Easy-Vibe Banner +

Jump right in and vibe together — if you can talk, you can build apps.
直接上手,一起 vibe!会说话就会做应用。 @@ -111,6 +113,24 @@

+## Table of Contents + +- [Why Easy-Vibe](#why-easy-vibe) +- [News](#-news) +- [Who This Is For](#who-this-is-for) +- [Your Learning Paths](#your-learning-paths) +- [Study Suggestions](#study-suggestions) + - [I. Beginner Entry](#i-beginner-entry) + - [II. Junior and Mid-Level Developers](#ii-junior-and-mid-level-developers) + - [III. Advanced Developers](#iii-advanced-developers) + - [Appendix Knowledge Base](#-appendix-knowledge-base) +- [How To Learn](#️-how-to-learn) +- [Run Locally](#-run-locally) +- [Other Courses](#other-courses) +- [Contributing](#-contributing) +- [Contributors](#-contributors) +- [LICENSE](#-license) + ## Why Easy-Vibe Want an expense tracker? Say it. @@ -326,6 +346,11 @@ Easy-Vibe teaches you how to turn that into a real product. > > 👉 [View the full appendix](https://datawhalechina.github.io/easy-vibe/en/appendix/) +### 🎓 Other Courses + +- [Hands-on Modern RL](#other-courses) +- [Learn Harness Engineering](#other-courses) + ## 🛠️ How To Learn - Read and practice the sections that match your current level. If you get stuck, feel free to open an issue. @@ -346,6 +371,18 @@ Please help me run this project locally. 2. `npm run dev` 3. Open `http://localhost:3000` in your browser. +## Other Courses + +Our team has also created other courses! Check them out: + +[![Hands-on Modern RL](https://img.shields.io/badge/HANDS--ON_MODERN_RL-0052cc?style=for-the-badge)](https://github.com/walkinglabs/hands-on-modern-rl) + +**Hands-on Modern RL**: An open-source, hands-on curriculum bridging the gap from basic RL concepts to LLM alignment, RLVR, and advanced Agentic systems. + +[![Learn Harness Engineering](https://img.shields.io/badge/LEARN_HARNESS_ENGINEERING-0052cc?style=for-the-badge)](https://github.com/walkinglabs/learn-harness-engineering/tree/main) + +**Learn Harness Engineering**: A comprehensive guide to harness engineering. + ## 🤝 Contributing - If you find an issue or see something that can be improved, feel free to open an issue. If nobody replies, you can also contact the [Datawhale support team](https://github.com/datawhalechina/DOPMC/blob/main/OP.md). diff --git a/assets/banner.png b/assets/banner.png new file mode 100644 index 0000000..fb850fa Binary files /dev/null and b/assets/banner.png differ diff --git a/docs-readme/en-US/README.md b/docs-readme/en-US/README.md index 37dbe33..b86fa77 100644 --- a/docs-readme/en-US/README.md +++ b/docs-readme/en-US/README.md @@ -3,6 +3,8 @@ Easy-Vibe Logo +Easy-Vibe Banner +

Jump right in and vibe together — if you can talk, you can build apps.
直接上手,一起 vibe!会说话就会做应用。 @@ -111,6 +113,24 @@

+## Table of Contents + +- [Why Easy-Vibe](#why-easy-vibe) +- [News](#-news) +- [Who This Is For](#who-this-is-for) +- [Your Learning Paths](#your-learning-paths) +- [Study Suggestions](#study-suggestions) + - [I. Beginner Entry](#i-beginner-entry) + - [II. Junior and Mid-Level Developers](#ii-junior-and-mid-level-developers) + - [III. Advanced Developers](#iii-advanced-developers) + - [Appendix Knowledge Base](#-appendix-knowledge-base) +- [How To Learn](#️-how-to-learn) +- [Run Locally](#-run-locally) +- [Other Courses](#other-courses) +- [Contributing](#-contributing) +- [Contributors](#-contributors) +- [LICENSE](#-license) + ## Why Easy-Vibe Want an expense tracker? Say it. @@ -309,6 +329,11 @@ Easy-Vibe teaches you how to turn that into a real product. > > 👉 [View the full appendix](https://datawhalechina.github.io/easy-vibe/en/appendix/) +### 🎓 Other Courses + +- [Hands-on Modern RL](#other-courses) +- [Learn Harness Engineering](#other-courses) + ## 🛠️ How To Learn - Read and practice the sections that match your current level. If you get stuck, feel free to open an issue. @@ -329,6 +354,18 @@ Please help me run this project locally. 2. `npm run dev` 3. Open `http://localhost:3000` in your browser. +## Other Courses + +Our team has also created other courses! Check them out: + +[![Hands-on Modern RL](https://img.shields.io/badge/HANDS--ON_MODERN_RL-0052cc?style=for-the-badge)](https://github.com/walkinglabs/hands-on-modern-rl) + +**Hands-on Modern RL**: An open-source, hands-on curriculum bridging the gap from basic RL concepts to LLM alignment, RLVR, and advanced Agentic systems. + +[![Learn Harness Engineering](https://img.shields.io/badge/LEARN_HARNESS_ENGINEERING-0052cc?style=for-the-badge)](https://github.com/walkinglabs/learn-harness-engineering/tree/main) + +**Learn Harness Engineering**: A comprehensive guide to harness engineering. + ## 🤝 Contributing - If you find an issue or see something that can be improved, feel free to open an issue. If nobody replies, you can also contact the [Datawhale support team](https://github.com/datawhalechina/DOPMC/blob/main/OP.md). diff --git a/docs-readme/zh-CN/README.md b/docs-readme/zh-CN/README.md index 4d51e6c..9294be7 100644 --- a/docs-readme/zh-CN/README.md +++ b/docs-readme/zh-CN/README.md @@ -3,6 +3,8 @@ Easy-Vibe Logo +Easy-Vibe Banner +

直接上手,一起 vibe!会说话就会做应用。
Jump right in and vibe together — if you can talk, you can build apps. @@ -111,6 +113,24 @@

+## 目录 / Table of Contents + +- [为什么需要 Easy-Vibe](#为什么需要-easy-vibe) +- [News](#-news) +- [适合谁](#适合谁) +- [你的学习路径](#你的学习路径) +- [学习建议](#学习建议) + - [一、零基础入门](#一零基础入门) + - [二、初中级开发工程师](#二初中级开发工程师) + - [三、高级开发工程师](#三高级开发工程师) + - [附录知识库](#-附录知识库) +- [如何学习](#️-如何学习) +- [本地启动本课件](#-本地启动本课件) +- [其他课程 / Other Courses](#-其他课程--other-courses) +- [参与贡献](#-参与贡献) +- [感谢每位贡献者](#-感谢每位贡献者) +- [LICENSE](#-license) + ## 为什么需要 Easy-Vibe 想做个记账小程序?说出来。 @@ -309,6 +329,11 @@ Easy-Vibe 教你的,就是怎样把它一步步做成真正的产品。 > > 👉 [查看完整附录](https://datawhalechina.github.io/easy-vibe/zh-cn/appendix/) · [AI 能力词典](https://datawhalechina.github.io/easy-vibe/zh-cn/appendix/8-artificial-intelligence/ai-capability-dictionary) +### 🎓 其他课程 / Other Courses + +- [Hands-on Modern RL](#other-courses) +- [Learn Harness Engineering](#other-courses) +
@@ -417,6 +442,18 @@ Easy-Vibe 教你的,就是怎样把它一步步做成真正的产品。 2. npm run dev 3. 打开浏览器访问 `http://localhost:3000` 即可查看。 +## Other Courses + +Our team has also created other courses! Check them out: + +[![Hands-on Modern RL](https://img.shields.io/badge/HANDS--ON_MODERN_RL-0052cc?style=for-the-badge)](https://github.com/walkinglabs/hands-on-modern-rl) + +**Hands-on Modern RL**: An open-source, hands-on curriculum bridging the gap from basic RL concepts to LLM alignment, RLVR, and advanced Agentic systems. + +[![Learn Harness Engineering](https://img.shields.io/badge/LEARN_HARNESS_ENGINEERING-0052cc?style=for-the-badge)](https://github.com/walkinglabs/learn-harness-engineering/tree/main) + +**Learn Harness Engineering**: A comprehensive guide to harness engineering. + ## 🤝 参与贡献 - 如果你发现了一些问题,或者觉得任何可以改进本项目的地方,可以提 Issue 进行反馈。如果提完没有人回复你可以联系[保姆团队](https://github.com/datawhalechina/DOPMC/blob/main/OP.md)的同学进行反馈跟进~