diff --git a/.gitignore b/.gitignore index 4ba87273..7b041670 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ **/tailwind-output.css .vercel **/.vitepress/cache +**/.vitepress/.temp **/.vitepress/dist **/.vscode diff --git a/src/components/FeatureCard.vue b/src/components/FeatureCard.vue new file mode 100644 index 00000000..42b54888 --- /dev/null +++ b/src/components/FeatureCard.vue @@ -0,0 +1,25 @@ + + + diff --git a/src/components/ImageViewer.vue b/src/components/ImageViewer.vue new file mode 100644 index 00000000..83f59873 --- /dev/null +++ b/src/components/ImageViewer.vue @@ -0,0 +1,45 @@ + + + diff --git a/src/components/UseCaseCard.vue b/src/components/UseCaseCard.vue index a22a1ffe..d74af0bf 100644 --- a/src/components/UseCaseCard.vue +++ b/src/components/UseCaseCard.vue @@ -38,7 +38,7 @@ rel="noreferrer" > - Try Live Demo + {{ demoLabel }} @@ -70,7 +70,12 @@ interface Props { demoUrl?: string; githubUrl?: string; demoIcon: string; + demoLabel?: string; + githubLabel?: string; } -defineProps(); +withDefaults(defineProps(), { + demoLabel: 'Try Live Demo', + githubLabel: 'View Code', +}); diff --git a/src/components/ui/Button.vue b/src/components/ui/Button.vue index 25e2d1ab..bc35eb90 100644 --- a/src/components/ui/Button.vue +++ b/src/components/ui/Button.vue @@ -33,6 +33,6 @@ const buttonClasses = computed(() => { } // Primary variant (default) - return `${baseClasses} border-none bg-primary! text-[#1e1e1e]! focus:shadow-[0_0_0_2px_rgba(252,209,90,0.3)]`; + return `${baseClasses} border-none bg-[#fcd15a]! text-[#1e1e1e]! focus:shadow-[0_0_0_2px_rgba(252,209,90,0.3)]`; }); diff --git a/src/overview/tooling-and-explorers/blockchain-explorer.md b/src/overview/tooling-and-explorers/blockchain-explorer.md index 8d14b9ec..5d7c7d6f 100644 --- a/src/overview/tooling-and-explorers/blockchain-explorer.md +++ b/src/overview/tooling-and-explorers/blockchain-explorer.md @@ -13,58 +13,28 @@ publicly auditable. ## 🌐 Supported Networks -
-
-
- - Arbitrum Explorer - -
-
-

πŸ”· Arbitrum Mainnet

-

- Production network for mainnet operations with verified smart contracts and comprehensive transaction tracking. -

-
- Verified Contracts - Transaction History - Token Tracking - Contract Interactions -
- -
-
- -
-
- - Bellecour Explorer - -
-
-

⚑ Bellecour Network

-

- iExec's dedicated sidechain for optimized performance with native integration and enhanced protocol analytics. -

-
- Verified Contracts - Transaction History - Token Tracking - Contract Interactions -
- -
-
+
+ + +
::: tip πŸ’‘ Dev Tip @@ -74,122 +44,6 @@ deploy to **Arbitrum** for production workloads. ::: - - diff --git a/src/overview/tooling-and-explorers/iexec-explorer.md b/src/overview/tooling-and-explorers/iexec-explorer.md index d77d00e2..bcc87a47 100644 --- a/src/overview/tooling-and-explorers/iexec-explorer.md +++ b/src/overview/tooling-and-explorers/iexec-explorer.md @@ -11,52 +11,43 @@ The **iExec Explorer** is your real-time window into the iExec confidential decentralized computing protocol. Track deals, monitor task execution, and explore apps and protectedDataβ€”all in one powerful dashboard. -
- - iExec Explorer - -

- - πŸ”— Explore the iExec Protocol - -

-
+ ## 🎯 What You Can Explore - + + +

πŸ—οΈ Understanding iExec Architecture

@@ -72,16 +63,12 @@ explore apps and protectedDataβ€”all in one powerful dashboard. ## πŸ’Ό Deals & Tasks {#deals-tasks} - + > **πŸ’‘ Understanding Deals**: A deal is a coordinated set of stakeholders that > brings together all the necessary components (app, dataset, workerpool) to @@ -102,16 +89,12 @@ explore apps and protectedDataβ€”all in one powerful dashboard. ### Tasks Overview - + Browse and analyze all tasks across the iExec network: @@ -122,30 +105,19 @@ Browse and analyze all tasks across the iExec network: ### Task Execution Monitoring -
-
- - Task Started - -

Task Initialization & Progress

-

- - πŸ”— Explore Tasks - -

-
-
- - Task Completed - -

Task Completion & Results

-

- - πŸ”— Explore Tasks - -

-
-
+ + + > **πŸ”— Task Assets**: Each task involves four key assets working together: the > requester, the **iApp** (application logic), the **Dataset** (protected data), @@ -169,16 +141,12 @@ Browse and analyze all tasks across the iExec network: ## πŸ“± iApps Listing {#iapps-listing} - + Explore the iExec application marketplace: @@ -188,16 +156,12 @@ Explore the iExec application marketplace: ## πŸ—„οΈ Protected Data Listing {#protected-data-listing} - + Navigate the protected data landscape: @@ -209,16 +173,12 @@ Navigate the protected data landscape: ## ⚑ Workerpools {#workerpools} - + Explore the decentralized computing infrastructure: @@ -228,92 +188,8 @@ Explore the decentralized computing infrastructure: - **Resource Availability**: Check computational resources and capacity - **Usage Statistics**: Analyze workerpool utilization - +