-
Notifications
You must be signed in to change notification settings - Fork 1
fix/improve-builder-experience #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR improves the developer experience with the iApp Generator by replacing static code examples with interactive CLI demonstrations and streamlining documentation content. The changes focus on making the documentation more engaging and user-friendly.
- Added an interactive CLI demo component to visualize the iApp generation process
- Updated documentation content to improve clarity and remove redundant information
- Enhanced the build & deploy guide with comprehensive setup instructions and interactive examples
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
src/overview/welcome.md | Updated page title from "The Privacy Toolkit" to "Privacy Made Easy" |
src/components/CLIDemo.vue | Added new Vue component for interactive terminal demonstrations |
src/build-iapp/iapp-generator/building-your-iexec-app.md | Replaced static code block with interactive CLI demo component |
src/build-iapp/guides/manage-access.md | Simplified section heading by removing "from an iApp Generator Project" |
src/build-iapp/guides/build-&-deploy.md | Major content overhaul with prerequisites, installation guide, and interactive demos |
package.json | Added figlet library and its TypeScript definitions for ASCII art generation |
.vitepress/sidebar.ts | Removed "alpha" badge from Web3Telegram menu item |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.