Skip to content

Commit ff4f8c2

Browse files
maxkorpjpr5
authored andcommitted
docs(shell-docs): redirect /llms.txt to mcp.copilotkit.ai
Delete stale docs/public/llms.txt and docs/public/llms-full.txt. Replace with 301 redirects to mcp.copilotkit.ai where the files are now generated and served as the source of truth.
1 parent d23df67 commit ff4f8c2

3 files changed

Lines changed: 11 additions & 11572 deletions

File tree

docs/next.config.mjs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,17 @@ const config = {
174174

175175
// Manual redirects for specific cases
176176
const manualRedirects = [
177+
// llms.txt files are served from mcp.copilotkit.ai
178+
{
179+
source: '/llms.txt',
180+
destination: 'https://mcp.copilotkit.ai/llms.txt',
181+
permanent: true,
182+
},
183+
{
184+
source: '/llms-full.txt',
185+
destination: 'https://mcp.copilotkit.ai/llms-full.txt',
186+
permanent: true,
187+
},
177188
// Redirect /whats-new/v1-50 to /learn/whats-new/v1-50
178189
{
179190
source: '/whats-new/v1-50',

0 commit comments

Comments
 (0)