Skip to content

Commit 947d3aa

Browse files
sybohyclaude
andcommitted
feat: add cover image to MCP Installation page
Adds mcp-cover.png to docs/api-reference/.gitbook/assets and references it from the MCP Installation page frontmatter. Updates the codegen delete pattern to preserve the asset folder and the hand-maintained mcp-installation.md across regenerations, and removes the page from the codegen source tree (it no longer flows through metalsmith, so its frontmatter — including cover — is preserved verbatim). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bca81f8 commit 947d3aa

4 files changed

Lines changed: 7 additions & 96 deletions

File tree

codegen/smith.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ await Promise.all([
2626
`./${apiReferenceRoot}/**`,
2727
`!./${apiReferenceRoot}/SUMMARY.md`,
2828
`!./${apiReferenceRoot}/.gitbook.yaml`,
29+
`!./${apiReferenceRoot}/.gitbook/**`,
30+
`!./${apiReferenceRoot}/mcp-installation.md`,
2931
]),
3032
])
3133

codegen/source/docs/api-reference/mcp-installation.md

Lines changed: 0 additions & 96 deletions
This file was deleted.
239 KB
Loading

docs/api-reference/mcp-installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
description: Connect the Seam Docs MCP server to Claude to search Seam's API reference and device database from inside your conversations.
3+
cover: .gitbook/assets/mcp-cover.png
4+
coverY: 0
5+
---
16

27
# MCP Installation
38

0 commit comments

Comments
 (0)