feat(docs): enhance interactive demos and improve documentation
- Add new interactive components for frontend routing, browser rendering pipeline, and database transactions - Improve existing demos with better visuals, explanations, and examples - Update documentation structure and content for better clarity - Add new utility scripts and update package.json with new commands - Fix formatting and alignment in documentation tables
This commit is contained in:
+2
-1
@@ -7,7 +7,8 @@
|
||||
"dev": "vitepress dev docs",
|
||||
"build": "vitepress build docs",
|
||||
"preview": "vitepress preview docs",
|
||||
"format": "prettier --write ."
|
||||
"format": "prettier --write .",
|
||||
"verify": "bash scripts/verify.sh"
|
||||
},
|
||||
"keywords": [
|
||||
"easy-vibe",
|
||||
|
||||
Reference in New Issue
Block a user