- Translate News entries to Japanese (ja-JP)
- Translate News entries to Spanish (es-ES)
- Translate News entries to French (fr-FR)
- Translate News entries to Korean (ko-KR)
- Translate News entries to Arabic (ar-SA)
- Translate News entries to Vietnamese (vi-VN)
- Translate News entries to German (de-DE)
- Update Past News section for all languages
- Replace placeholder stories with real user stories featuring a rural teacher, a college student, a high school teacher, and a truck driver
- Add new story 4 about a truck driver building an overseas tool site
- Update sidebar navigation, homepage feature text, and cover images
- Fix visual styling and clipping in the VibeStories component
- Update sitemap with new story and modified timestamps
- Add cover images for stage 2 and 3 feature cards
- Enhance card hover effects and scrolling behavior
- Improve appendix section with new navigation controls
- Update stage 2 content with more specific learning paths
Add new entry for 2026-03-26 featuring major updates to practical content, SaaS full-stack assignment, and Stripe integration guide. Also includes updates to mobile development recommendations.
Change recommendation from PWA/mini-program to native iOS/Android for accounting software. Native apps provide better startup speed, push notifications, and data security which are critical for this use case.
add four new appendix sections covering idea sources, double diamond model, jobs to be done, and mom test interview method. includes both zh-cn and en versions with comprehensive content and navigation updates.
update introduction.md and stage-0 index files to include new sections in tables of contents. add sidebar navigation entries in config.mjs for all languages.
each new appendix provides beginner-friendly explanations, practical frameworks, and AI integration tips for product development and validation.
add secondary english navigation links in smaller font to all localized readme files for better accessibility
fix incorrect internal links in english documentation
- Add new chapter files for frontend, backend, and assignments in stage-2
- Update stage-2 and stage-3 index pages with revised content and structure
- Add new frontend design-to-code implementation guide
- Update backend API development and Git workflow guides
- Modify config.mjs to reflect new chapter additions and updates
Add build step to copy all .md files to dist directory to support direct markdown file access for download and copy features. Update sitemap generation to reflect recent changes and improve code formatting. The copy operation excludes special directories like .vitepress, public, and node_modules to ensure only documentation content is available for download.
- Add sidebar width resizing functionality with persistence and bounds checking
- Update Claude Code documentation to reflect current command changes (remove deprecated /commit and /review, add /diff and plugin workflow)
- Remove Husky pre-commit hook boilerplate to simplify setup
- Update Vue component type annotations from TypeScript to plain JavaScript for consistency
- Regenerate sitemap with updated timestamps
Update all documentation to reference the latest MiniMax-M2.7 and
MiniMax-M2.7-highspeed models, replacing the previous M2.5 series.
Also updates the CLI backend section with the current API endpoint
(api.minimax.io) and platform URL.
Co-Authored-By: Octopus <liyuan851277048@icloud.com>
Removed a case study about completing a $50,000 contract project overnight using Ralph Loop. If the similarity to the above examples is too high, it will make people doubt the authenticity of the examples.
Replace old PNG logo with higher quality SVG version and streamline the introductory text to be more concise and focused. The new tagline "直接上手,一起 vibe !会说话就会做应用" replaces the previous bilingual descriptions, making the message clearer and more direct for the target audience.
Previously, the navigation title logo was incorrectly included in the image viewer's gallery. This change adds the `no-viewer` class to the logo image and updates the viewer filter to also exclude elements with the `nav-title-logo` class, ensuring the logo is not clickable or viewable in the image viewer modal.