-
Notifications
You must be signed in to change notification settings - Fork 2
docs: align getting-started pages format with iApp Generator #90
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
base: main
Are you sure you want to change the base?
Conversation
- Update DataProtector, Web3mail, and Web3telegram getting-started pages - Add modern flex layout with interactive download links for prerequisites - Include emojis and consistent visual hierarchy matching iApp Generator format
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 modernizes the "Getting Started" sections across three documentation files (Web3Telegram, Web3Mail, and DataProtector) by replacing plain text prerequisites with a visually enhanced, emoji-decorated layout using HTML/CSS components.
- Added emoji icons to section headings for better visual hierarchy
- Transformed plain markdown prerequisite lists into structured HTML divs with flexbox styling
- Included RLC Tokens as a new prerequisite with contextual descriptions for each product
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| src/references/web3telegram/getting-started.md | Updated prerequisites section with HTML-styled cards and added RLC tokens requirement for Telegram operations |
| src/references/web3mail/getting-started.md | Updated prerequisites section with HTML-styled cards and added RLC tokens requirement for email operations |
| src/references/dataProtector/getting-started.md | Updated prerequisites section with HTML-styled cards and added RLC tokens requirement for data protection |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <div class="flex items-center gap-4 text-left"> | ||
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | ||
| 📦 NPM (Node.js package manager) | ||
| </div> | ||
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | ||
| </div> | ||
| <div class="flex items-center gap-4 text-left"> |
Copilot
AI
Nov 6, 2025
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.
Inconsistent indentation: line 23 has 3 spaces while line 17 has 2 spaces. This HTML structure should maintain consistent indentation throughout the div blocks.
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | |
| 📦 NPM (Node.js package manager) | |
| </div> | |
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | |
| </div> | |
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | |
| 📦 NPM (Node.js package manager) | |
| </div> | |
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | |
| </div> | |
| <div class="flex items-center gap-4 text-left"> |
| <div class="flex items-center gap-4 text-left"> | ||
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | ||
| 📦 NPM (Node.js package manager) | ||
| </div> | ||
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | ||
| </div> | ||
| <div class="flex items-center gap-4 text-left"> |
Copilot
AI
Nov 6, 2025
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.
Inconsistent indentation: line 29 has 3 spaces while line 17 has 2 spaces. This HTML structure should maintain consistent indentation throughout the div blocks.
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | |
| 📦 NPM (Node.js package manager) | |
| </div> | |
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | |
| </div> | |
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | |
| 📦 NPM (Node.js package manager) | |
| </div> | |
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | |
| </div> | |
| <div class="flex items-center gap-4 text-left"> |
| <div class="flex items-center gap-4 text-left"> | ||
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | ||
| 📦 NPM (Node.js package manager) | ||
| </div> | ||
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | ||
| </div> | ||
| <div class="flex items-center gap-4 text-left"> |
Copilot
AI
Nov 6, 2025
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.
Inconsistent indentation: line 24 has 3 spaces while line 18 has 2 spaces. This HTML structure should maintain consistent indentation throughout the div blocks.
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | |
| 📦 NPM (Node.js package manager) | |
| </div> | |
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | |
| </div> | |
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | |
| 📦 NPM (Node.js package manager) | |
| </div> | |
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | |
| </div> | |
| <div class="flex items-center gap-4 text-left"> |
| <div class="flex items-center gap-4 text-left"> | ||
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | ||
| 📦 NPM (Node.js package manager) | ||
| </div> | ||
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | ||
| </div> | ||
| <div class="flex items-center gap-4 text-left"> |
Copilot
AI
Nov 6, 2025
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.
Inconsistent indentation: line 30 has 3 spaces while line 18 has 2 spaces. This HTML structure should maintain consistent indentation throughout the div blocks.
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | |
| 📦 NPM (Node.js package manager) | |
| </div> | |
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | |
| </div> | |
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | |
| 📦 NPM (Node.js package manager) | |
| </div> | |
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | |
| </div> | |
| <div class="flex items-center gap-4 text-left"> |
| <div class="flex items-center gap-4 text-left"> | ||
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | ||
| 📦 NPM (Node.js package manager) | ||
| </div> | ||
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | ||
| </div> | ||
| <div class="flex items-center gap-4 text-left"> |
Copilot
AI
Nov 6, 2025
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.
Inconsistent indentation: line 24 has 3 spaces while line 18 has 2 spaces. This HTML structure should maintain consistent indentation throughout the div blocks.
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | |
| 📦 NPM (Node.js package manager) | |
| </div> | |
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | |
| </div> | |
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | |
| 📦 NPM (Node.js package manager) | |
| </div> | |
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | |
| </div> | |
| <div class="flex items-center gap-4 text-left"> |
| <div class="flex items-center gap-4 text-left"> | ||
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | ||
| 📦 NPM (Node.js package manager) | ||
| </div> | ||
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | ||
| </div> | ||
| <div class="flex items-center gap-4 text-left"> |
Copilot
AI
Nov 6, 2025
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.
Inconsistent indentation: line 30 has 3 spaces while line 18 has 2 spaces. This HTML structure should maintain consistent indentation throughout the div blocks.
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | |
| 📦 NPM (Node.js package manager) | |
| </div> | |
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | |
| </div> | |
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-4 text-left"> | |
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | |
| 📦 NPM (Node.js package manager) | |
| </div> | |
| <a target="_blank" href="https://docs.npmjs.com/" class="no-underline! text-sm ml-auto hover:underline!">Learn More →</a> | |
| </div> | |
| <div class="flex items-center gap-4 text-left"> |
Le-Caignec
left a comment
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.
So fix from me and Copilot
Please fix them before merging
| </div> | ||
| <div class="flex items-center gap-4 text-left"> | ||
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | ||
| 💰 RLC Tokens (for email operations) |
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.
| 💰 RLC Tokens (for email operations) | |
| 💰 RLC Tokens (to send email) |
| </div> | ||
| <div class="flex items-center gap-4 text-left"> | ||
| <div class="flex items-center gap-1 flex-1 text-sm font-medium"> | ||
| 💰 RLC Tokens (for Telegram operations) |
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.
| 💰 RLC Tokens (for Telegram operations) | |
| 💰 RLC Tokens (to send Telegram notifications) |
Update DataProtector, Web3mail, and Web3telegram getting-started pages to match the modern format of iApp Generator.
Add interactive prerequisites section with styled download links and emojis for better user experience.
Ensure consistent visual hierarchy and improved readability across all reference documentation.