Skip to content

Commit 805a3e4

Browse files
mxmzbclaude
andcommitted
feat(docs): redirect /ag-ui to https://docs.ag-ui.com/
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fcfe6bc commit 805a3e4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/next.config.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,16 @@ const config = {
470470
destination: '/learn/ag-ui-protocol',
471471
permanent: true,
472472
},
473+
{
474+
source: '/ag-ui',
475+
destination: 'https://docs.ag-ui.com/',
476+
permanent: false,
477+
},
478+
{
479+
source: '/ag-ui/:path*',
480+
destination: 'https://docs.ag-ui.com/:path*',
481+
permanent: false,
482+
},
473483
{
474484
source: '/connect-mcp-servers',
475485
destination: '/learn/connect-mcp-servers',

0 commit comments

Comments
 (0)