From 238b2ec3d8a1c55faef8bd4932d2c7a3658a058c Mon Sep 17 00:00:00 2001 From: JuanmaBM Date: Thu, 23 Apr 2026 10:17:28 +0200 Subject: [PATCH 1/2] docs: fix badge problems Signed-off-by: JuanmaBM --- docs/src/content/docs/ecosystem/{agentready.md => agentready.mdx} | 0 .../docs/extensions/{github-action.md => github-action.mdx} | 0 .../src/content/docs/extensions/{mcp-server.md => mcp-server.mdx} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename docs/src/content/docs/ecosystem/{agentready.md => agentready.mdx} (100%) rename docs/src/content/docs/extensions/{github-action.md => github-action.mdx} (100%) rename docs/src/content/docs/extensions/{mcp-server.md => mcp-server.mdx} (100%) diff --git a/docs/src/content/docs/ecosystem/agentready.md b/docs/src/content/docs/ecosystem/agentready.mdx similarity index 100% rename from docs/src/content/docs/ecosystem/agentready.md rename to docs/src/content/docs/ecosystem/agentready.mdx diff --git a/docs/src/content/docs/extensions/github-action.md b/docs/src/content/docs/extensions/github-action.mdx similarity index 100% rename from docs/src/content/docs/extensions/github-action.md rename to docs/src/content/docs/extensions/github-action.mdx diff --git a/docs/src/content/docs/extensions/mcp-server.md b/docs/src/content/docs/extensions/mcp-server.mdx similarity index 100% rename from docs/src/content/docs/extensions/mcp-server.md rename to docs/src/content/docs/extensions/mcp-server.mdx From 9526e92525b715ee5c93d2c28de032b90d43e541 Mon Sep 17 00:00:00 2001 From: JuanmaBM Date: Thu, 23 Apr 2026 10:17:50 +0200 Subject: [PATCH 2/2] docs: fix broken links to workflow docs Signed-off-by: JuanmaBM --- docs/src/content/docs/concepts/workflows.md | 14 +++++++------- docs/src/content/docs/ecosystem/amber.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/src/content/docs/concepts/workflows.md b/docs/src/content/docs/concepts/workflows.md index 993428c03..62307d604 100644 --- a/docs/src/content/docs/concepts/workflows.md +++ b/docs/src/content/docs/concepts/workflows.md @@ -20,14 +20,14 @@ The platform ships with several ready-to-use workflows: | Workflow | What it does | |----------|-------------| -| [**Bugfix**](../workflows/bugfix/) | Systematic multi-phase bug resolution: assess, reproduce, diagnose, fix, test, review, document, and submit a PR. | -| [**Triage**](../workflows/triage/) | Analyzes an issue backlog, categorizes items by severity and effort, and produces actionable reports with bulk operations. | -| [**Spec-kit**](../workflows/spec-kit/) | Specification-driven development: generates a detailed spec from requirements, plans implementation, breaks into tasks, and implements. | -| [**PRD / RFE**](../workflows/prd-rfe/) | Creates Product Requirements Documents and breaks them into actionable Request for Enhancement items with prioritization. | +| [**Bugfix**](../../workflows/bugfix/) | Systematic multi-phase bug resolution: assess, reproduce, diagnose, fix, test, review, document, and submit a PR. | +| [**Triage**](../../workflows/triage/) | Analyzes an issue backlog, categorizes items by severity and effort, and produces actionable reports with bulk operations. | +| [**Spec-kit**](../../workflows/spec-kit/) | Specification-driven development: generates a detailed spec from requirements, plans implementation, breaks into tasks, and implements. | +| [**PRD / RFE**](../../workflows/prd-rfe/) | Creates Product Requirements Documents and breaks them into actionable Request for Enhancement items with prioritization. | | **Amber Interview** | Guided interview format for collecting user feedback through structured Q&A. (No detail page.) | | **Template** | A minimal starting point for building your own custom workflow. (No detail page.) | -See the [Workflows section](../workflows/) for detailed documentation on the linked workflows above, including commands, phases, generated artifacts, and tips. +See the [Workflows section](../../workflows/) for detailed documentation on the linked workflows above, including commands, phases, generated artifacts, and tips. ### Using a workflow in a session @@ -41,7 +41,7 @@ You can switch workflows on a running session at any time from the session sideb ## Custom workflows -If the built-in workflows do not fit your process, you can create your own from any Git repository. See [Custom Workflows](../workflows/custom/) for the full guide, including directory structure, `ambient.json` configuration, and development workflow. +If the built-in workflows do not fit your process, you can create your own from any Git repository. See [Custom Workflows](../../workflows/custom/) for the full guide, including directory structure, `ambient.json` configuration, and development workflow. ### Quick overview @@ -58,4 +58,4 @@ A custom workflow lives in a Git repository that the platform can access. The on To load a custom workflow, select **Custom Workflow...** from the workflow dropdown in the session sidebar and enter the Git URL, branch, and path. -For detailed workflow internals, advanced configuration, and the full `ambient.json` schema, see [Custom Workflows](../workflows/custom/) and the [workflows repository](https://github.com/ambient-code/workflows). +For detailed workflow internals, advanced configuration, and the full `ambient.json` schema, see [Custom Workflows](../../workflows/custom/) and the [workflows repository](https://github.com/ambient-code/workflows). diff --git a/docs/src/content/docs/ecosystem/amber.md b/docs/src/content/docs/ecosystem/amber.md index c02ad7e31..45e66ccbb 100644 --- a/docs/src/content/docs/ecosystem/amber.md +++ b/docs/src/content/docs/ecosystem/amber.md @@ -61,7 +61,7 @@ Amber works with any prompt, but it is especially effective when paired with a w | **Spec-kit** | Generate a detailed specification from requirements, then implement to spec. | | **Amber Interview** | Gather context and requirements through a structured question-and-answer format. | -See [Workflows](../concepts/workflows) for the full list and details on creating custom workflows. +See [Workflows](../../concepts/workflows/) for the full list and details on creating custom workflows. ## Amber's capabilities