Commit Graph

8 Commits

Author SHA1 Message Date
Max Isbey 8f308a431a Serve v2 docs at the site root, with permanent per-major paths
The combined GitHub Pages site now serves the current major (v2, from
main) at the root and mirrors the same build under /v2/, and builds the
v1 maintenance line (from v1.x) under /v1/. Per-major paths are meant to
be permanent: /v2/ stays a byte-identical copy of the root so existing
/v2/... links keep resolving after a future major takes the root, the
way /v1/... will for v1.

main becomes the sole deployer of the combined site: the deploy workflow
no longer triggers on v1.x pushes, and a v1.x docs change goes live on
the next main deploy or a manual workflow_dispatch. site_url and both
packages' Documentation URLs point at the root as the canonical
location.
2026-07-26 09:41:35 +00:00
Marcelo Trylesinski 4fc8882c02 docs: replace MkDocs with Zensical (#3073)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Max Isbey <224885523+maxisbey@users.noreply.github.com>
2026-07-10 12:48:46 +01:00
Max 6d2e908f2b docs: pin mkdocs<2 and silence the mkdocs-material advisory banner in CI (#3072) 2026-07-07 13:45:30 +01:00
Max 3a8da8c0c3 Fix docs/release follow-ups from the mcp-types package split (#2977) 2026-06-26 13:16:09 +02:00
Max 411a6d3980 Rebuild the docs around tested examples; shrink README.v2.md to a pitch (#2978) 2026-06-26 12:49:19 +02:00
dependabot[bot] 2693fb95ae chore(deps): bump the github-actions group across 1 directory with 9 updates (#2636)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2026-06-16 09:45:21 +01:00
Marcelo Trylesinski e8e6484278 ci: add zizmor for GitHub Actions security analysis (#2648) 2026-05-20 17:06:57 +02:00
Max f4753440da ci: deploy docs to py.sdk.modelcontextprotocol.io via Pages artifact (v1 at /, v2 at /v2/) (#2634) 2026-05-18 15:28:13 +01:00