mcp: various touch ups (#23251)

Reorder pages in MCP TOC, touch up content, add summary bars, use tabs
where appropriate, etc.
This commit is contained in:
Arthur
2025-08-20 15:44:19 +02:00
committed by GitHub
parent 37e705cec4
commit 20492f8441
11 changed files with 199 additions and 110 deletions

View File

@@ -77,6 +77,13 @@
align-items: center;
justify-content: center;
}
.admonition p{
margin-bottom: 1em;
}
.admonition ul{
@apply list-disc pl-5 mb-1;
}
.download-links {
@apply block;
@@ -93,6 +100,7 @@
.card-image {
@apply h-12 w-12 overflow-hidden;
}
}
.button {
@apply my-2 mr-2 inline-block rounded-sm bg-blue-500 p-1 px-3 text-white hover:bg-blue-600 dark:bg-blue-500 hover:dark:bg-blue-400;