Skip to content

Commit 2d642ae

Browse files
committed
Fix missing icons
1 parent fffad37 commit 2d642ae

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

docs/specification/2024-11-05/basic/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ support exactly the features they need.
4040
See the following pages for more details on the different components:
4141

4242
<CardGroup cols={3}>
43-
<Card title="Lifecycle" icon="refresh" href="/specification/2024-11-05/basic/lifecycle" />
44-
<Card title="Resources" icon="document" href="/specification/2024-11-05/server/resources" />
45-
<Card title="Prompts" icon="chat-alt-2" href="/specification/2024-11-05/server/prompts" />
46-
<Card title="Tools" icon="adjustments" href="/specification/2024-11-05/server/tools" />
47-
<Card title="Logging" icon="annotation" href="/specification/2024-11-05/server/utilities/logging" />
43+
<Card title="Lifecycle" icon="arrows-rotate" href="/specification/2024-11-05/basic/lifecycle" />
44+
<Card title="Resources" icon="file-lines" href="/specification/2024-11-05/server/resources" />
45+
<Card title="Prompts" icon="message" href="/specification/2024-11-05/server/prompts" />
46+
<Card title="Tools" icon="wrench" href="/specification/2024-11-05/server/tools" />
47+
<Card title="Logging" icon="rectangle-list" href="/specification/2024-11-05/server/utilities/logging" />
4848
<Card title="Sampling" icon="code" href="/specification/2024-11-05/client/sampling" />
4949
</CardGroup>
5050

docs/specification/2024-11-05/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ implementors **SHOULD**:
122122
Explore the detailed specification for each protocol component:
123123

124124
<CardGroup cols={5}>
125-
<Card title="Architecture" icon="template" href="architecture" />
125+
<Card title="Architecture" icon="sitemap" href="architecture" />
126126
<Card title="Base Protocol" icon="code" href="basic" />
127127
<Card title="Server Features" icon="server" href="server" />
128128
<Card title="Client Features" icon="user" href="client" />

docs/specification/2024-11-05/server/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Each primitive can be summarized in the following control hierarchy:
2525
Explore these key primitives in more detail below:
2626

2727
<CardGroup cols={3}>
28-
<Card title="Prompts" icon="chat-alt-2" href="prompts" />
29-
<Card title="Resources" icon="document" href="resources" />
30-
<Card title="Tools" icon="adjustments" href="tools" />
28+
<Card title="Prompts" icon="message" href="prompts" />
29+
<Card title="Resources" icon="file-lines" href="resources" />
30+
<Card title="Tools" icon="wrench" href="tools" />
3131
</CardGroup>

docs/specification/2025-03-26/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ implementors **SHOULD**:
124124
Explore the detailed specification for each protocol component:
125125

126126
<CardGroup cols={5}>
127-
<Card title="Architecture" icon="template" href="architecture" />
127+
<Card title="Architecture" icon="sitemap" href="architecture" />
128128
<Card title="Base Protocol" icon="code" href="basic" />
129129
<Card title="Server Features" icon="server" href="server" />
130130
<Card title="Client Features" icon="user" href="client" />

docs/specification/2025-03-26/server/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Each primitive can be summarized in the following control hierarchy:
2525
Explore these key primitives in more detail below:
2626

2727
<CardGroup cols={3}>
28-
<Card title="Prompts" icon="chat-alt-2" href="prompts" />
29-
<Card title="Resources" icon="document" href="resources" />
30-
<Card title="Tools" icon="adjustments" href="tools" />
28+
<Card title="Prompts" icon="message" href="prompts" />
29+
<Card title="Resources" icon="file-lines" href="resources" />
30+
<Card title="Tools" icon="wrench" href="tools" />
3131
</CardGroup>

0 commit comments

Comments
 (0)