Commit Graph

145 Commits

Author SHA1 Message Date
sanbuphy 6806f05deb chore: update docs and configurations 2026-01-19 23:45:08 +08:00
sanbuphy c3cae94db0 feat: add header image and remove unused demo components
- Add header.png to assets directory
- Remove deprecated Vue demo components for API and context engineering
- Update README.md to include new header image
2026-01-19 20:50:39 +08:00
sanbuphy cccc1d5cd4 feat: update prompt engineering docs and AI history demos 2026-01-19 12:22:02 +08:00
sanbuphy 7d86ba9504 feat: add interactive demos for AI history, Auth design, and Git intro 2026-01-19 11:25:10 +08:00
sanbuphy bb28f010e3 feat: add virtual scrolling demo and fix build hanging issues 2026-01-18 23:59:25 +08:00
sanbuphy e41063a1cd feat: update docs and components, fix DLQ demo bug 2026-01-18 12:21:49 +08:00
sanbuphy 26ed39e1eb feat: add AI and Backend evolution history with interactive demos, and refine Frontend evolution demo 2026-01-18 10:24:35 +08:00
sanbuphy 82be39a9ac fix(ui): correct cursor position in LlmQuickStartDemo and adjust image width 2026-01-16 22:01:19 +08:00
sanbuphy 047118a7f0 docs: enhance README, appendix naming, and IDE intro
- README.md:
  - Rename 'Zero' stage to '新手入门'
  - Highlight 'Star' encouragement with larger font and purple color
  - Default unfold 'Zero' and 'One' sections for better accessibility
- Content Updates:
  - Rename '附录示例' to '扩展阅读' (Extended Reading) for better clarity in sidebar and articles
  - Add VS Code download links and introductory explanation in 'IDE Intro' appendix
  - Clarify VS Code's role as a modern IDE
2026-01-16 21:49:15 +08:00
sanbuphy 73f4788d7e feat: comprehensive documentation and demo updates
- Update READMEs and docs across multiple languages
- Enhance interactive demos for Agent, LLM, VLM, Audio, Image Gen, Terminal, and Web Basics
- Add new appendix sections for Database and IDE intros
- Update VitePress config, theme, and utility scripts
- Clean up unused assets and components
2026-01-16 19:10:51 +08:00
sanbuphy c8567ce23f feat: save current work to dev branch 2026-01-15 20:10:19 +08:00
sanbuphy c9e7ece75d feat: improve terminal intro components and content
- Fix EscapeParserDemo play button and pointer alignment
- Improve TerminalHandsOn AI helper visibility and apt/pip support
- Update terminal intro markdown content
2026-01-15 14:11:44 +08:00
sanbuphy e1a5eb5586 fix: remove unused AI component imports to fix build 2026-01-15 13:33:35 +08:00
sanbuphy 590e036c65 docs: add hands-on terminal lab and update intro content 2026-01-15 13:31:54 +08:00
sanbuphy 6ec7161884 docs: refine terminal intro (shell architecture & gui vs cli) 2026-01-15 13:11:25 +08:00
sanbuphy 0e0556f902 docs: update terminal intro with macos guide and demo 2026-01-15 13:05:33 +08:00
sanbuphy 50d44f7721 docs: update terminal intro content and components 2026-01-15 12:25:48 +08:00
sanbuphy c238f07e0d feat(docs): add terminal introduction appendix with interactive components
Add a comprehensive terminal introduction guide with interactive Vue components demonstrating terminal concepts. Includes:
- Terminal definition and architecture visualization
- Character grid and cell inspector
- ANSI escape sequences demo
- Input visualization and signal mechanisms
- Flow diagrams and TUI examples

The components are registered in the VitePress theme and linked from the appendix section. Each component includes detailed documentation and interactive elements to help users understand terminal principles.
2026-01-14 19:04:09 +08:00
sanbuphy a9f4071308 docs: update documentation content and structure
- Update appendix article titles for better clarity
- Add chapter introductions to appendix articles
- Improve formatting and readability of troubleshooting section
- Expand Vibe Coding platform comparison content
2026-01-14 17:13:28 +08:00
sanbuphy 69073e2eae docs(zh-cn): update stage-1 building prototype content with new structure and images
Refactor the content to focus on business analysis to multi-page prototype implementation. Add new images and streamline the guide for better clarity and flow. The update includes practical examples and step-by-step instructions for creating an e-commerce material workbench prototype.
2026-01-14 16:29:57 +08:00
sanbuphy 646811282a fix 2026-01-14 10:19:57 +08:00
sanbuphy 6eeae7cffa docs: update documentation paths and appendix titles
Update documentation paths to use zh-cn locale consistently and modify appendix titles in config file. Changes include:
- Updating all doc paths to use zh-cn prefix
- Renaming appendix examples in config.mjs
- Maintaining same functionality while standardizing paths
2026-01-14 10:14:04 +08:00
sanbuphy b61e839f69 docs(zh-cn): improve assignment section and appendix structure in ai-capabilities guide
- Enhance assignment section with detailed instructions and card component
- Restructure appendix with navigation card and better section linking
- Improve readability and organization of content
2026-01-14 00:03:56 +08:00
sanbuphy 3ffdae8c1b fix(docs): improve base path handling for vercel and github pages
Use withBase helper from vitepress to handle base paths consistently
Simplify vercel environment detection logic in config
2026-01-13 23:03:43 +08:00
sanbuphy 4c25317b86 feat(docs): add robots.txt and enhance SEO configuration
- Add robots.txt to control search engine crawling
- Update markdown files with frontmatter metadata
- Refactor config.mjs with comprehensive SEO enhancements including:
  - Language-specific SEO configurations
  - Structured data (JSON-LD)
  - Sitemap generation
  - Social media meta tags
2026-01-13 22:51:28 +08:00
sanbuphy 93914f54b0 style(theme): update font sizes and spacing for better readability
Adjust default font size from 13px to 14px and modify blockquote styling
Convert fixed pixel values to relative em units for better scalability
Improve spacing and typography consistency across components
2026-01-13 20:46:02 +08:00
sanbuphy 7e26e9533d feat(docs): add github stars widget and remove social links
Add a GitHub stars widget component to display repository stars count with caching
Remove social links from config as they're now handled by the new widget
Improve font size and line height clamping with null checks
2026-01-13 20:32:41 +08:00
sanbuphy 27d14a4bcc fix(docs): update language-specific stage card links to use dynamic base
Standardize stage card links across language versions by using dynamic base path
Convert static div elements to anchor tags in Japanese and English versions
2026-01-13 20:16:33 +08:00
sanbuphy 0e0de6382f refactor: restructure docs for i18n support
- Move existing documentation to docs/zh-cn/
- Initialize structure for multiple languages (ar-sa, de-de, en-us, etc.)
- Add update_readmes.cjs utility script
- Update deployment documentation
2026-01-13 20:09:45 +08:00
sanbuphy 0b1473bcc3 docs: update README and improve documentation styling
- Redesign README with better visual hierarchy and styling
- Update documentation styles including line height and blockquote formatting
- Remove BOM character from ai-capability-dictionary.md
- Add Setting icon import to Layout.vue
2026-01-13 15:42:48 +08:00
sanbuphy 0a0a22add3 style(theme): adjust tagline styles for typewriter effect
Hide default tagline and add responsive styles for typewriter container to match original design
2026-01-13 14:42:51 +08:00
sanbuphy 1d25eb9b9b style(docs): improve typography and layout consistency
- Standardize font sizes and line heights across docs
- Add ChapterIntroduction component for consistent chapter headers
- Fix markdown formatting and whitespace issues
- Improve code block and table styling
- Add font size and line height controls to layout
2026-01-13 14:42:34 +08:00
sanbuphy 7c546e62f8 docs: add AI questioning skills and appendix navigation
- Add section on effective questioning techniques for AI assistance
- Include appendix navigation component with quick reference links
- Improve documentation structure for better user experience
2026-01-13 12:46:30 +08:00
sanbuphy bc0644aa4b feat(docs): improve image sizing and add global stylesheet
- Add style.css to head config for global styling
- Refactor image height/width constraints with new classes
- Adjust font size and image ratio thresholds
- Add max-width constraints to prevent overflow
2026-01-13 12:27:41 +08:00
sanbuphy ecb8abd5e7 docs: update stage naming and enhance content presentation
- Rename "Stage 0" to "新手入门" for better clarity
- Improve stage introduction layout with styled cards and tags
- Add visual step progress bars in guide sections
- Enhance terminology sections with card components and navigation
- Update appendix sections with better organization and styling
2026-01-13 11:47:29 +08:00
sanbuphy c2152498a4 feat(docs): add StepBar component for progress tracking
Introduce a reusable StepBar component to replace inline step progress indicators
Update documentation pages to use the new component for consistent progress display
2026-01-13 10:56:59 +08:00
sanbuphy 07fad27e81 docs(stage-0): update ai capabilities tutorial styling and content
- Replace tip component with styled card for core concept
- Remove statistics card component and simplify content
- Remove steps component from tutorial section
2026-01-13 10:41:16 +08:00
sanbuphy 50086ae71d feat(docs): integrate ElementPlus and enhance learning map content
- Add ElementPlus UI library to VitePress theme configuration
- Improve learning map documentation with collapsible sections and UI components
- Add progress indicators and card components to enhance visual presentation
2026-01-13 10:34:12 +08:00
sanbuphy 6ed6ae796d chore: update gitignore and remove demo documentation
- Add temp/* to gitignore to exclude temporary files
- Remove demo.md as it's no longer needed
2026-01-13 10:07:20 +08:00
sanbuphy 6dca0016eb ci(deploy): restrict build job to datawhalechina owner
docs: update README phrasing for better clarity
style: improve responsive text wrapping in home hero and text components

Add conditional to only run build job for datawhalechina repository
Update README wording for better flow and understanding
Modify CSS to handle text wrapping on mobile while maintaining desktop behavior
2026-01-13 09:42:39 +08:00
sanbuphy f11093a711 docs: update documentation content and config
- Modify README content to remove outdated year reference and update course descriptions
- Adjust vitepress config to change outline level from 'deep' to [1,6] range
2026-01-12 23:08:58 +08:00
sanbuphy a58b21d49d docs: update project description and navigation text
- Simplify description in config file and README
- Improve readability of learning path structure
- Update navigation menu text for better clarity
2026-01-12 22:57:59 +08:00
sanbuphy 2a521ac92f fix 2026-01-12 22:39:15 +08:00
sanbuphy 404f887e00 fix(docs): update base path handling and sidebar numbering
- Add dynamic base path detection for Vercel environment
- Fix logo path construction to handle double slashes
- Update sidebar item numbering format for consistency
2026-01-12 22:33:49 +08:00
sanbuphy 7d853d06ad style(docs): adjust sidebar spacing and improve scoped style specificity
Update CSS styles to refine sidebar spacing and ensure proper scoped style application. Changes include:
- Increased padding values for better click targets
- Added explicit scoped attribute selectors to prevent build/preview overrides
- Removed unnecessary margins to maintain consistent vertical spacing
2026-01-12 22:19:04 +08:00
sanbuphy dd4d08431a refactor(config): remove vite build rollupOptions from vitepress config
The build output configuration is unnecessary as it matches Vite's default behavior. This simplifies the config while maintaining the same functionality.
2026-01-12 21:42:35 +08:00
sanbuphy 70c127d5ad ci: simplify vite build command and update base path
Remove repository name extraction from build command and update base path to '/easy-vibe/'
Add rollup options for hashed filenames to ensure cache busting
2026-01-12 21:24:37 +08:00
sanbuphy eaac9b5452 fix: force update css priority for sidebar 2026-01-12 21:07:35 +08:00
sanbuphy 49a92f466a style(docs): adjust sidebar spacing and typography for better readability
Improve sidebar navigation spacing and line heights to enhance visual hierarchy and readability. Move CSS from external file to inline style in config for better maintainability.
2026-01-12 19:49:21 +08:00
sanbuphy 99c1fb9ba8 refactor(docs): migrate from docsify to vitepress
- Move CSS styles from theme to public directory
- Update documentation structure and build commands
- Add new VitePress configuration and theme setup
2026-01-12 18:51:37 +08:00