Skip to content

Commit 368285e

Browse files
authored
docs: add combined mcp docs (#8477)
1 parent 80c672b commit 368285e

File tree

6 files changed

+577
-2
lines changed

6 files changed

+577
-2
lines changed

cspell.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
"AppClientIDWeb",
143143
"AppClientSecret",
144144
"appcompat",
145+
"APPDATA",
145146
"AppDelegate.m",
146147
"AppDelegate.swift",
147148
"AppDelegate",
@@ -1631,7 +1632,9 @@
16311632
"HTTPAPI",
16321633
"AWSSDK",
16331634
"uppercased",
1634-
"autoclosure"
1635+
"autoclosure",
1636+
"Kiro",
1637+
"kiro"
16351638
],
16361639
"flagWords": ["hte", "full-stack", "Full-stack", "Full-Stack", "sudo"],
16371640
"patterns": [

src/directory/directory.mjs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ export const directory = {
4949
},
5050
{
5151
path: 'src/pages/[platform]/start/platform-setup/index.mdx'
52+
},
53+
{
54+
path: 'src/pages/[platform]/start/mcp-server/index.mdx',
55+
children: [
56+
{
57+
path: 'src/pages/[platform]/start/mcp-server/set-up-mcp/index.mdx'
58+
},
59+
{
60+
path: 'src/pages/[platform]/start/mcp-server/amplify-workflows/index.mdx'
61+
}
62+
]
5263
}
5364
]
5465
},

src/pages/[platform]/ai/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
44
export const meta = {
55
title: 'AI kit',
66
description: 'The quickest way for fullstack developers to build web apps with AI capabilities such as chat, conversational search, and summarization',
7-
isNew: true,
87
route: '/[platform]/ai',
98
platforms: [
109
'angular',

0 commit comments

Comments
 (0)