Skip to content

Conversation

@SeddikBellamine
Copy link
Contributor

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.

- 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
@vercel
Copy link

vercel bot commented Oct 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
documentation Ready Ready Preview Comment Oct 28, 2025 10:43am

Copy link
Contributor

Copilot AI left a 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.

Comment on lines +23 to +29
<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">
Copy link

Copilot AI Nov 6, 2025

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.

Suggested change
<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 uses AI. Check for mistakes.
Comment on lines +23 to +29
<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">
Copy link

Copilot AI Nov 6, 2025

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.

Suggested change
<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 uses AI. Check for mistakes.
Comment on lines +24 to +30
<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">
Copy link

Copilot AI Nov 6, 2025

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.

Suggested change
<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 uses AI. Check for mistakes.
Comment on lines +24 to +30
<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">
Copy link

Copilot AI Nov 6, 2025

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.

Suggested change
<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 uses AI. Check for mistakes.
Comment on lines +24 to +30
<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">
Copy link

Copilot AI Nov 6, 2025

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.

Suggested change
<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 uses AI. Check for mistakes.
Comment on lines +24 to +30
<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">
Copy link

Copilot AI Nov 6, 2025

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.

Suggested change
<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 uses AI. Check for mistakes.
Copy link
Collaborator

@Le-Caignec Le-Caignec left a 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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
💰 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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
💰 RLC Tokens (for Telegram operations)
💰 RLC Tokens (to send Telegram notifications)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants