Skip to content

Commit a3ada58

Browse files
committed
change homepage texts
1 parent 64a6882 commit a3ada58

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/home.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,18 @@ icon: "house"
250250
showCloudFeature={true}
251251
comingSoon={false}
252252
/>
253+
<FeatureCard
254+
heading="Configure tests in the UI"
255+
description="Allow business users to configure tests in the UI, without needing to write YAML or SQL."
256+
icon="pencil"
257+
showCloudFeature={true}
258+
link="/cloud/features/data-tests/data-tests-overview#test-configuration"
259+
/>
253260
<FeatureCard
254261
heading="Catalog AI agent"
255262
description="Helps data analysts, business users, and AI tools find the right data on their own so engineers don’t have to be the bottleneck."
256263
icon="robot"
257-
showCloudFeature={false}
264+
showCloudFeature={true}
258265
link="/cloud/ai-agents/catalog-agent"
259266
/>
260267
</div>
@@ -274,7 +281,7 @@ icon: "house"
274281
heading="Marking critical assets"
275282
description="Easily mark your company's crucial assets as critical, and give higher priority in monitoring and alerting to any issue that might impact them."
276283
icon="star"
277-
showCloudFeature={false}
284+
showCloudFeature={true}
278285
link="/cloud/features/data-governance/critical_assets"
279286
/>
280287
<FeatureCard

0 commit comments

Comments
 (0)