-
Notifications
You must be signed in to change notification settings - Fork 0
feat: protect and manage data #9
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
- Adjusted outline levels in VitePress configuration for better navigation. - Removed outdated 'Guides' link from sidebar. - Enhanced README with additional instructions and a TODO section for future improvements. - Updated package-lock.json and package.json to reflect new project name and version. - Refined index.md to correct links and improve clarity. - Enhanced grantAccess.md with clearer instructions and additional notes on access management. - Expanded getting-started.md with detailed installation steps and SDK usage examples. - Deleted obsolete guides.md file and integrated relevant content into manage-data/guides.md. - Revamped manage-data/guides.md to provide a comprehensive overview of DataProtector guides and structured navigation. - Created detailed create-and-share-access.md guide with installation, data protection, and access granting instructions. - Developed handle-schemas-dataset-types.md to explain schema functionality and its importance in DataProtector. - Expanded manage-data-monetization.md to cover monetization strategies, including pay-per-use and DataProtector Sharing models.
…e deprecated guide
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 implements comprehensive data protection and management guides for iExec DataProtector, replacing placeholder content with detailed documentation for protecting, managing, and monetizing data.
- Added three new comprehensive guides covering data access control, schema handling, and monetization
- Updated navigation and references to reflect the new guide structure
- Enhanced existing DataProtector documentation with better explanations and examples
Reviewed Changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
src/manage-data/guides/monetize-protected-data.md |
New comprehensive guide covering pay-per-use and time-based monetization models |
src/manage-data/guides/handle-schemas-dataset-types.md |
New guide explaining automatic schema generation and data type handling |
src/manage-data/guides/create-and-share-access.md |
New guide for data protection basics and access control |
src/manage-data/guides/manage-data-monetization.md |
Removed placeholder file (replaced by monetize-protected-data.md) |
src/manage-data/guides.md |
Updated to reference new guides with improved descriptions |
src/manage-data/dataProtector/guides.md |
Removed placeholder file |
src/manage-data/dataProtector/getting-started.md |
Enhanced with complete installation and configuration examples |
src/manage-data/dataProtector/dataProtectorCore/grantAccess.md |
Minor documentation improvements and clarifications |
src/index.md |
Updated navigation links to point to new guide locations |
package.json |
Removed unused script |
README.md |
Added TODO items and formatting improvements |
.vitepress/sidebar.ts |
Updated navigation structure to reflect new guides |
.vitepress/config.mts |
Increased outline depth for better navigation |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ed structure and visual elements
…clarity and readability
…ection to enhance focus on data management
…ed understanding and usability
…clarity and structure
…agement documentation
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
Pages to review :
manage-data/guides
-
manage-data/guides/create-and-share-access
-
manage-data/guides/handle-schemas-dataset-types
-
manage-data/guides/monetize-protected-data