Skip to content

Commit aaa5b12

Browse files
match staging site instead of live
1 parent 126c494 commit aaa5b12

15 files changed

Lines changed: 15 additions & 13 deletions

docs/docs/concepts/plugins.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
canonical: "https://docs.mellea.ai/concepts/plugins"
23
title: "Plugins & Hooks"
34
description: "Intercept and customize Mellea's execution pipeline with plugins — enforce policies, add observability, and transform payloads at well-defined hook points."
45
sidebarTitle: "Plugins & Hooks"

docs/docs/how-to/act-and-aact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
canonical: "https://docs.mellea.ai/guide/act-and-aact"
2+
canonical: "https://docs.mellea.ai/how-to/act-and-aact"
33
title: "act() and aact()"
44
description: "Work directly with Components using act(), aact(), and the functional API."
55
# diataxis: how-to

docs/docs/how-to/backends-and-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
canonical: "https://docs.mellea.ai/guide/backends-and-configuration"
2+
canonical: "https://docs.mellea.ai/how-to/backends-and-configuration"
33
title: "Backends and Configuration"
44
description: "Configure Mellea to use Ollama, OpenAI, LiteLLM, HuggingFace, or WatsonX backends."
55
# diataxis: how-to

docs/docs/how-to/evaluate-with-llm-as-a-judge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
canonical: "https://docs.mellea.ai/evaluation-and-observability/evaluate-with-llm-as-a-judge"
2+
canonical: "https://docs.mellea.ai/how-to/evaluate-with-llm-as-a-judge"
33
title: "Evaluate with LLM-as-a-Judge"
44
description: "Use the LLM itself to evaluate output quality — inline as a requirement, or as a standalone validation pass."
55
# diataxis: how-to

docs/docs/how-to/generative-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
canonical: "https://docs.mellea.ai/guide/generative-functions"
2+
canonical: "https://docs.mellea.ai/how-to/generative-functions"
33
title: "Generative Functions"
44
description: "Define type-safe LLM functions with @generative and Pydantic structured output."
55
# diataxis: how-to

docs/docs/how-to/m-decompose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
canonical: "https://docs.mellea.ai/guide/m-decompose"
2+
canonical: "https://docs.mellea.ai/how-to/m-decompose"
33
title: "m decompose"
44
description: "Break complex tasks into ordered, executable subtasks with the m decompose CLI."
55
# diataxis: how-to

docs/docs/how-to/tools-and-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
canonical: "https://docs.mellea.ai/guide/tools-and-agents"
2+
canonical: "https://docs.mellea.ai/how-to/tools-and-agents"
33
title: "Tools and Agents"
44
description: "Give LLMs access to tools, build ReACT agents, and validate tool call arguments."
55
# diataxis: how-to

docs/docs/how-to/working-with-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
canonical: "https://docs.mellea.ai/guide/working-with-data"
2+
canonical: "https://docs.mellea.ai/how-to/working-with-data"
33
title: "Working with Data"
44
description: "Ground instructions with documents, build RAG pipelines, and use MObjects and RichDocument."
55
# diataxis: how-to

docs/docs/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
canonical: "https://docs.mellea.ai/"
23
title: "Mellea — build predictable AI without guesswork"
34
description: "A Python library for writing reliable generative programs."
45
---

docs/docs/observability/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
canonical: "https://docs.mellea.ai/evaluation-and-observability/logging"
2+
canonical: "https://docs.mellea.ai/observability/logging"
33
title: "Logging"
44
description: "Configure Mellea's console logging and export logs to OTLP collectors."
55
# diataxis: how-to

0 commit comments

Comments
 (0)