Skip to content

Commit e8b5a4e

Browse files
committed
fix(docs): correct pagination flow from Self-Hosting to API Overview
Navigation now flows correctly through all sections: Getting Started → MCP → Features → Deployment → API Reference → Contributing
1 parent ddf0534 commit e8b5a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/deployment/SelfHostingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ docker compose -f docker-compose.prod.yml up -d
216216

217217
<DocsPagination
218218
prev={{ title: 'Docker Setup', href: '/docs/deployment/docker' }}
219-
next={{ title: 'Architecture', href: '/docs/architecture' }}
219+
next={{ title: 'API Overview', href: '/docs/api' }}
220220
/>
221221
</DocsLayout>
222222
)

0 commit comments

Comments
 (0)