From fd2d07457a34b46918d32a237c0acb459c78d9ab Mon Sep 17 00:00:00 2001 From: Roman Marshevskyi Date: Tue, 1 Sep 2026 13:30:27 +0300 Subject: [PATCH] ci: exclude mcp-server page from markdownlint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The page's markdoc tags require 2-space list indentation that MD007 rejects, and de-indenting breaks markdoc tag parsing — the same reason other markdoc-heavy pages are already excluded. Every PR currently fails the markdownlint job on this main-branch file. --- .github/workflows/docs-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs-tests.yaml b/.github/workflows/docs-tests.yaml index 7397c29cd..550bf4737 100644 --- a/.github/workflows/docs-tests.yaml +++ b/.github/workflows/docs-tests.yaml @@ -28,3 +28,4 @@ jobs: !docs/realm/customization/add-color-mode.md !docs/realm/customization/eject-components/eject-components-tutorial/index.md !docs/realm/customization/mcp-server/index.md + !docs/realm/customization/mcp-server/index.md