Skip to content

Commit 643ccb6

Browse files
committed
🔧 Remove broken API Reference links from documentation
- Remove non-existent /api/core link from homepage hero section - Replace API Reference link with LLM Reference in "What's Next" section - Remove API Reference from top navigation - Remove empty /api/ sidebar configuration The API reference pages don't exist yet, so removed broken links to prevent 404 errors. LLM Quick Reference is now featured instead. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent f1d62de commit 643ccb6

2 files changed

Lines changed: 3 additions & 25 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export default defineConfig({
1919

2020
nav: [
2121
{ text: 'Guide', link: '/guide/getting-started' },
22-
{ text: 'API Reference', link: '/api/core' },
2322
{ text: 'Examples', link: '/examples/basic' },
2423
{
2524
text: 'v1.0.0',
@@ -67,24 +66,6 @@ export default defineConfig({
6766
]
6867
}
6968
],
70-
'/api/': [
71-
{
72-
text: 'API Reference',
73-
items: [
74-
{ text: 'Core (@adi-family/http)', link: '/api/core' },
75-
{ text: 'Express Adapter', link: '/api/express' },
76-
{ text: 'Native Adapter', link: '/api/native' }
77-
]
78-
},
79-
{
80-
text: 'Types',
81-
items: [
82-
{ text: 'RouteConfig', link: '/api/types/route-config' },
83-
{ text: 'HandlerConfig', link: '/api/types/handler-config' },
84-
{ text: 'Type Helpers', link: '/api/types/helpers' }
85-
]
86-
}
87-
],
8869
'/examples/': [
8970
{
9071
text: 'Examples',

docs/index.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ hero:
1515
- theme: alt
1616
text: View on GitHub
1717
link: https://github.com/adi-family/http
18-
- theme: alt
19-
text: API Reference
20-
link: /api/core
2118

2219
features:
2320
- icon: 🎯
@@ -194,9 +191,9 @@ pnpm add @adi-family/http-native # For Native Node.js
194191
<p>Explore practical examples and patterns</p>
195192
</a>
196193

197-
<a href="/api/core" class="vp-link-grid-item">
198-
<h3>📖 API Reference</h3>
199-
<p>Complete API documentation</p>
194+
<a href="/guide/llm" class="vp-link-grid-item">
195+
<h3>🤖 LLM Reference</h3>
196+
<p>Quick reference guide for AI assistants</p>
200197
</a>
201198
</div>
202199

0 commit comments

Comments
 (0)