Skip to content

Commit 6fe5884

Browse files
committed
fix(ruta-aprendizaje): resolve broken links in learning path modules
- Add explicit slug frontmatter to all 6 learning modules to prevent Docusaurus URL stripping - Remove .md file extensions from internal links in intro.mdx (Docusaurus resolves extension-less links) - Create _category_.json for ruta-aprendizaje-ia-agents directory to enable proper autogenerated sidebar Issues fixed: - Docusaurus was stripping numeric prefixes (01-, 02-, etc.) from filenames in URL resolution - Links with explicit .md extensions were not being resolved correctly - Missing _category_.json prevented proper document registration Build now passes successfully with no broken links.
1 parent f94402c commit 6fe5884

13 files changed

Lines changed: 35 additions & 19 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit a79cfcd7256b0c11de5a795e79242b4d38f404fb
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 7b2885c63fc2a93ffc9b214584c43ba2e82b7ef2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 903e44d74d131964cd53ceb8999bb007bd0d21a3
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 4cd731df7daa869d6cbd81ecf34908e7db7d4e79

docs/ruta-aprendizaje-ia-agents/01-fundamentos.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 2
3+
slug: 01-fundamentos
34
---
45

56
import ModuleCompleteButton from '@site/src/components/ModuleCompleteButton';

docs/ruta-aprendizaje-ia-agents/02-typescript.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 3
3+
slug: 02-typescript
34
---
45

56
import ModuleCompleteButton from '@site/src/components/ModuleCompleteButton';

docs/ruta-aprendizaje-ia-agents/03-conceptos.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 4
3+
slug: 03-conceptos
34
---
45

56
import ModuleCompleteButton from '@site/src/components/ModuleCompleteButton';

docs/ruta-aprendizaje-ia-agents/04-agentes-avanzados.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 5
3+
slug: 04-agentes-avanzados
34
---
45

56
import ModuleCompleteButton from '@site/src/components/ModuleCompleteButton';

docs/ruta-aprendizaje-ia-agents/05-mcp-servers.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 6
3+
slug: 05-mcp-servers
34
---
45

56
import ModuleCompleteButton from '@site/src/components/ModuleCompleteButton';

docs/ruta-aprendizaje-ia-agents/06-produccion.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 7
3+
slug: 06-produccion
34
---
45

56
import ModuleCompleteButton from '@site/src/components/ModuleCompleteButton';

0 commit comments

Comments
 (0)