Skip to content

Commit e386be8

Browse files
committed
fix: remove unused link-url attributes from FeatureCard instances in builder-dashboard documentation
1 parent b785a33 commit e386be8

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

src/components/FeatureCard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ interface Props {
3232
3333
withDefaults(defineProps<Props>(), {
3434
iconColor: 'text-blue-500',
35+
linkUrl: '',
3536
});
3637
</script>

src/overview/tooling-and-explorers/builder-dashboard.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@ confidential iApps deployed on the protocol.
2727
icon="mdi:chart-line"
2828
title="Voucher consumption & Task History"
2929
description="View complete task execution history with status, pricing, deals, and comprehensive voucher consumption tracking"
30-
link-url="#voucher-history"
3130
icon-color="text-blue-500"
3231
/>
3332

3433
<FeatureCard
3534
icon="mdi:apps"
3635
title="Confidential iApp Monitoring"
3736
description="Monitor deployed iApps, track execution statistics, unique users"
38-
link-url="#iapp-management"
3937
icon-color="text-green-500"
4038
/>
4139
</CardGrid>
@@ -70,31 +68,27 @@ monitoring with detailed task execution history and real-time balance tracking.
7068
icon="mdi:history"
7169
title="Complete Task History"
7270
description="Chronological list of all executed tasks with detailed execution information"
73-
link-url="#task-history"
7471
icon-color="text-blue-500"
7572
/>
7673

7774
<FeatureCard
7875
icon="mdi:chart-line"
7976
title="Task Status Tracking"
8077
description="Real-time status updates: Pending, Running, Completed, Failed"
81-
link-url="#task-status"
8278
icon-color="text-green-500"
8379
/>
8480

8581
<FeatureCard
8682
icon="mdi:currency-usd"
8783
title="Pricing & Cost Analysis"
8884
description="Detailed cost breakdown per task and cumulative spending analytics"
89-
link-url="#cost-analysis"
9085
icon-color="text-orange-500"
9186
/>
9287

9388
<FeatureCard
9489
icon="mdi:handshake"
9590
title="Deal Association"
9691
description="View which deal each task belongs to and track deal performance"
97-
link-url="#deal-tracking"
9892
icon-color="text-purple-500"
9993
/>
10094
</CardGrid>
@@ -130,31 +124,27 @@ deployed confidential iApps with detailed statistics and user insights.
130124
icon="mdi:apps"
131125
title="Deployed iApps"
132126
description="View all your confidential applications with deployment status, versions, and metadata"
133-
link-url="#deployed-iapps"
134127
icon-color="text-blue-500"
135128
/>
136129

137130
<FeatureCard
138131
icon="mdi:counter"
139132
title="Execution Count"
140133
description="Track how many times each iApp has been executed since deployment"
141-
link-url="#execution-count"
142134
icon-color="text-green-500"
143135
/>
144136

145137
<FeatureCard
146138
icon="mdi:account-group"
147139
title="Unique Users"
148140
description="Monitor total unique users who have interacted with each application"
149-
link-url="#unique-users"
150141
icon-color="text-orange-500"
151142
/>
152143

153144
<FeatureCard
154145
icon="mdi:trending-up"
155146
title="Usage Trends"
156147
description="Analyze usage patterns, peak times, and growth trends for each iApp"
157-
link-url="#usage-trends"
158148
icon-color="text-purple-500"
159149
/>
160150
</CardGrid>

0 commit comments

Comments
 (0)