Skip to content

Commit 369f418

Browse files
committed
fix: route /extensions and /skills to canonical section pages
1 parent c53a934 commit 369f418

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/publication-manifest.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ const publicationManifest = [
283283
entry({
284284
sourceType: 'canonical-guide',
285285
sourcePath: 'packages/agentos/docs/SKILLS_OVERVIEW.md',
286-
dest: 'skills/overview.md',
286+
dest: 'skills/index.md',
287287
title: 'Skills Overview',
288288
section: 'Skills',
289289
position: 1,
@@ -314,7 +314,7 @@ const publicationManifest = [
314314
position: 4,
315315
}),
316316

317-
extensionDoc('README.md', 'extensions/overview.md', 'Extensions Overview', 1, {
317+
extensionDoc('README.md', 'extensions/index.md', 'Extensions Overview', 1, {
318318
categoryIndex: true,
319319
}),
320320
extensionDoc('HOW_EXTENSIONS_WORK.md', 'extensions/how-extensions-work.md', 'How Extensions Work', 2),

typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"High-Level API": "https://docs.agentos.sh/getting-started/high-level-api",
3232
"Unified Orchestration": "https://docs.agentos.sh/features/unified-orchestration",
3333
"Guardrails": "https://docs.agentos.sh/features/guardrails",
34-
"Skills": "https://docs.agentos.sh/skills/overview"
34+
"Skills": "https://docs.agentos.sh/skills"
3535
},
3636
"plugin": [],
3737
"theme": "default",

0 commit comments

Comments
 (0)