-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/protect and manage data martin #12
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
Feature/protect and manage data martin #12
Conversation
…ed structure and visual elements
…clarity and readability
…ection to enhance focus on data management
…ed understanding and usability
…clarity and structure
…agement documentation
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 enhances the documentation for iExec's Data Protector feature by improving visual design and content clarity across multiple documentation files. The changes focus on making the documentation more user-friendly and visually appealing.
Key Changes:
- Updated the main Protected Data overview with enhanced styling and expanded content
- Added visual improvements with styled cards, gradients, and better formatting
- Clarified explanations and added new use cases for protected data
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
src/manage-data/what-is-protected-data.md | Complete redesign with enhanced visual styling, expanded use cases, and improved content structure |
src/manage-data/guides/handle-schemas-dataset-types.md | Added clarity points about schemas with improved formatting |
src/manage-data/guides/create-and-share-access.md | Simplified and clarified explanations for data protection and access control |
src/manage-data/dataProtector/types.md | Enhanced type documentation with improved formatting and visual styling |
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.
Some comments to fix 🙏🏼
Good team work 🤝
<div class="flex items-center gap-3"> | ||
<span>•</span> | ||
<div> | ||
<strong>Encrypted processing:</strong> Data is encrypted during computation |
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.
I'm not sure we can say that TEE processing
is like encrypted processing
. For me, it’s more like a black box where all the data is in cleartext and unencrypted — just not visible from the outside.
<div class="flex items-start gap-3"> | ||
<span class="text-xl">📚</span> | ||
<div> | ||
<strong>Learn More:</strong> <a href="/manage-data/guides" class="text-fuchsia-700 hover:text-fuchsia-600">Complete DataProtector Documentation</a> |
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.
<strong>Learn More:</strong> <a href="/manage-data/guides" class="text-fuchsia-700 hover:text-fuchsia-600">Complete DataProtector Documentation</a> | |
<strong>Learn More:</strong> <a href="/manage-data/guides/create-and-share-access" class="text-fuchsia-700 hover:text-fuchsia-600">Complete DataProtector Documentation</a> |
/manage-data/guides
is a dead link. Are you agree to redirect builders to the first guide ?
<div class="flex items-start gap-3"> | ||
<span class="text-xl">🚀</span> | ||
<div> | ||
<strong>Getting Started:</strong> <a href="/manage-data/dataProtector/getting-started" class="text-fuchsia-700 hover:text-fuchsia-600">DataProtector Quick Start Guide</a> |
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.
May be the first next step could be the guide and after the getting started of the SDK ?
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…larity and user navigation
…ub.com/iExecBlockchainComputing/documentation into feature/protect-and-manage-data-martin
Co-authored-by: Robin Le Caignec <72495599+Le-Caignec@users.noreply.github.com>
… to the complete DataProtector documentation
…enhance clarity on secret storage
No description provided.