mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-07-08 18:16:08 +00:00
Fix component count in server.json (110+ -> 145+) and remove em dashes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
||||
"name": "com.radzen.www/blazor-mcp",
|
||||
"title": "Radzen Blazor MCP",
|
||||
"description": "AI coding assistant for Radzen Blazor — docs, APIs, code samples, and templates for 110+ components.",
|
||||
"description": "AI coding assistant for Radzen Blazor - docs, APIs, code samples, and templates for 145+ components.",
|
||||
"version": "1.0.0",
|
||||
"remotes": [
|
||||
{
|
||||
@@ -11,7 +11,7 @@
|
||||
"headers": [
|
||||
{
|
||||
"name": "X-Radzen-Key",
|
||||
"description": "Radzen Blazor MCP key — get a free trial (50 requests / 15 days) at radzen.com/blazor-mcp, or use your Radzen Blazor Pro / Team license key for unlimited access",
|
||||
"description": "Radzen Blazor MCP key - get a free trial (50 requests / 15 days) at radzen.com/blazor-mcp, or use your Radzen Blazor Pro / Team license key for unlimited access",
|
||||
"isRequired": true,
|
||||
"isSecret": true
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<RadzenColumn Size="12" class="rz-text-align-center">
|
||||
<RadzenText TextStyle="TextStyle.DisplayH6" TagName="TagName.H1" Style="max-width: 900px;" class="rz-mt-8 rz-mb-4 rz-mx-auto"><strong>145+</strong> open source Blazor components</RadzenText>
|
||||
<RadzenText TextStyle="TextStyle.DisplayH2" TagName="TagName.H2" Style="--rz-text-display-h2-font-size: clamp(3rem, 4.75vw, 4.75rem); max-width: 920px; font-weight: 500;" class="rz-mx-auto">The Most Sophisticated Free UI Component Library for Blazor</RadzenText>
|
||||
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Center" Style="max-width: 640px; font-weight: 500; text-wrap: balance;" class="rz-mt-8 rz-mx-auto"><strong>Radzen Blazor Components</strong> give you everything you need to build responsive, data-driven web apps — for free.</RadzenText>
|
||||
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Center" Style="max-width: 640px; font-weight: 500; text-wrap: balance;" class="rz-mt-8 rz-mx-auto"><strong>Radzen Blazor Components</strong> give you everything you need to build responsive, data-driven web apps - for free.</RadzenText>
|
||||
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Center" Style="max-width: 640px; font-weight: 500;" class="rz-mt-4 rz-mb-0 rz-mx-auto">The <Anchor href="#subscription-benefits" Style="font-weight: 700;">Subscription</Anchor> extends your toolkit with dedicated support, premium themes, reusable UI blocks, complete app templates, and a visual design-time experience.</RadzenText>
|
||||
<RadzenStack Orientation="Orientation.Horizontal" JustifyContent="JustifyContent.Center" Gap="1.5rem" Wrap="FlexWrap.Wrap" class="rz-py-8 rz-py-sm-10 rz-py-md-12 rz-mb-4">
|
||||
<NavLink class="rz-button rz-button-lg rz-variant-flat rz-primary rz-shade-default" href="/get-started">
|
||||
|
||||
Reference in New Issue
Block a user