Skip to content

Commit d72aa44

Browse files
authored
Update the get started button link on product details pages (#311)
1 parent 674a779 commit d72aa44

File tree

9 files changed

+9
-18
lines changed

9 files changed

+9
-18
lines changed

website/src/pages/classical-ml/experiment-tracking.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { MLFLOW_DOCS_URL } from "@site/src/constants";
21
import {
32
Layout,
43
AboveTheFold,
@@ -21,7 +20,7 @@ export default function Tracking() {
2120
sectionLabel="Experiment tracking"
2221
title="Comprehensive experiment tracking"
2322
body=" Track, compare, and reproduce your machine learning experiments with MLflow's powerful tracking capabilities."
24-
hasGetStartedButton={MLFLOW_DOCS_URL}
23+
hasGetStartedButton="#get-started"
2524
>
2625
<HeroImage src={CardHero} alt="" />
2726
</AboveTheFold>

website/src/pages/classical-ml/model-evaluation.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { MLFLOW_DOCS_URL } from "@site/src/constants";
21
import {
32
Layout,
43
AboveTheFold,
@@ -17,7 +16,7 @@ export default function ModelEvaluation() {
1716
sectionLabel="Model evaluation"
1817
title="Evaluate models with confidence"
1918
body="Automated evaluation tools for foundational ML techniques like classification and regression."
20-
hasGetStartedButton={MLFLOW_DOCS_URL}
19+
hasGetStartedButton="#get-started"
2120
>
2221
<HeroImage src={CardHero} alt="" />
2322
</AboveTheFold>

website/src/pages/classical-ml/model-registry.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { MLFLOW_DOCS_URL } from "@site/src/constants";
21
import {
32
Layout,
43
AboveTheFold,
@@ -17,7 +16,7 @@ export default function ModelRegistryAndDeployment() {
1716
sectionLabel="Model registry & deployment"
1817
title="Deploy and manage models in production"
1918
body="Streamline your ML workflows with MLflow's comprehensive model registry for version control, approvals, and deployment management."
20-
hasGetStartedButton={MLFLOW_DOCS_URL}
19+
hasGetStartedButton="#get-started"
2120
>
2221
<HeroImage src={CardHero} alt="" />
2322
</AboveTheFold>

website/src/pages/classical-ml/models.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { MLFLOW_DOCS_URL } from "@site/src/constants";
21
import {
32
Layout,
43
AboveTheFold,
@@ -17,7 +16,7 @@ export default function Models() {
1716
sectionLabel="MLflow Models"
1817
title="Unified model packaging"
1918
body="A unified format to package, share, and deploy models across frameworks."
20-
hasGetStartedButton={MLFLOW_DOCS_URL}
19+
hasGetStartedButton="#get-started"
2120
>
2221
<HeroImage src={CardHero} alt="" />
2322
</AboveTheFold>

website/src/pages/genai/ai-gateway.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { MLFLOW_DOCS_URL } from "@site/src/constants";
21
import {
32
Layout,
43
AboveTheFold,
@@ -17,7 +16,7 @@ export default function AiGateway() {
1716
sectionLabel="AI gateway"
1817
title="Unified access to all AI models"
1918
body="Standardize how you interact with different LLM providers using one central interface."
20-
hasGetStartedButton={MLFLOW_DOCS_URL}
19+
hasGetStartedButton="#get-started"
2120
>
2221
<HeroImage src={CardHero} alt="" />
2322
</AboveTheFold>

website/src/pages/genai/app-versioning.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { MLFLOW_DOCS_URL } from "@site/src/constants";
21
import {
32
Layout,
43
AboveTheFold,
@@ -18,7 +17,7 @@ export default function AppVersioning() {
1817
sectionLabel="App versioning"
1918
title="Manage app versions with ease"
2019
body="Track and compare different versions of GenAI applications to ensure quality and maintainability."
21-
hasGetStartedButton={MLFLOW_DOCS_URL}
20+
hasGetStartedButton="#get-started"
2221
>
2322
<HeroImage src={CardHero} alt="" />
2423
</AboveTheFold>

website/src/pages/genai/evaluations.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { MLFLOW_DOCS_URL } from "@site/src/constants";
21
import {
32
Layout,
43
AboveTheFold,
@@ -22,7 +21,7 @@ export default function Evaluations() {
2221
sectionLabel="Evaluations"
2322
title="Evaluation to measure and improve quality"
2423
body="Confidently evaluate quality in development and production to identify issues and iteratively test improvements."
25-
hasGetStartedButton={MLFLOW_DOCS_URL}
24+
hasGetStartedButton="#get-started"
2625
>
2726
<HeroImage src={CardHero} alt="" />
2827
</AboveTheFold>

website/src/pages/genai/observability.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { MLFLOW_DOCS_URL } from "@site/src/constants";
21
import {
32
Layout,
43
AboveTheFold,
@@ -24,7 +23,7 @@ export default function Observability() {
2423
sectionLabel="Observability"
2524
title="Observability for AI apps"
2625
body="Gain visibility into your app's logic to debug issues, improve quality and attach metadata to help you understand user behavior."
27-
hasGetStartedButton={MLFLOW_DOCS_URL}
26+
hasGetStartedButton="#get-started"
2827
>
2928
<HeroImage src={CardHero} alt="" />
3029
</AboveTheFold>

website/src/pages/genai/prompt-registry.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { MLFLOW_DOCS_URL } from "@site/src/constants";
21
import {
32
Layout,
43
AboveTheFold,
@@ -19,7 +18,7 @@ export default function PromptRegistryVersioning() {
1918
sectionLabel="Prompt registry"
2019
title="The single source of truth for your prompts"
2120
body="Create, store, and version prompts easily in the Prompt Registry."
22-
hasGetStartedButton={MLFLOW_DOCS_URL}
21+
hasGetStartedButton="#get-started"
2322
>
2423
<HeroImage src={CardHero} alt="" />
2524
</AboveTheFold>

0 commit comments

Comments
 (0)