From 8817d2586f77773fe4a60c7d997ef69d1652759a Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 20 Jun 2026 15:01:31 -0500 Subject: [PATCH] icons --- docs/content.md | 4 ++++ docs/frontmatter.md | 4 ++++ docs/mcp_layout.md | 4 ++++ docs/new_skill.md | 4 ++++ docs/uris.md | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/docs/content.md b/docs/content.md index 957ceb2..3b8063f 100644 --- a/docs/content.md +++ b/docs/content.md @@ -1,3 +1,7 @@ +--- +icon: lucide/file-text +--- + # Content Contract This page defines the authored content contract for the docs-first MCP architecture. diff --git a/docs/frontmatter.md b/docs/frontmatter.md index e15645a..7da64bd 100644 --- a/docs/frontmatter.md +++ b/docs/frontmatter.md @@ -1,3 +1,7 @@ +--- +icon: lucide/braces +--- + # Frontmatter Contract This page defines the `SKILL.md` frontmatter and FastMCP metadata contract. diff --git a/docs/mcp_layout.md b/docs/mcp_layout.md index 20b015d..e0fe0d0 100644 --- a/docs/mcp_layout.md +++ b/docs/mcp_layout.md @@ -1,3 +1,7 @@ +--- +icon: lucide/server +--- + # Static Docs Hosting Pattern ## Purpose diff --git a/docs/new_skill.md b/docs/new_skill.md index 3c13f94..a7ba003 100644 --- a/docs/new_skill.md +++ b/docs/new_skill.md @@ -1,3 +1,7 @@ +--- +icon: lucide/file-plus +--- + # Hooking Up a New Skill Use this checklist to add a new skill in the docs-first model. diff --git a/docs/uris.md b/docs/uris.md index b852892..bb0f200 100644 --- a/docs/uris.md +++ b/docs/uris.md @@ -1,3 +1,7 @@ +--- +icon: lucide/link +--- + # URI Contract This page defines the canonical resource URI contract, template parameter rules, and compatibility policy.