From e37794f8930257398c3c66c50dee705e12a02b47 Mon Sep 17 00:00:00 2001 From: P1l3T0 Date: Fri, 5 Dec 2025 08:03:39 +0200 Subject: [PATCH 1/2] feat(docs): add nuclia search provider --- docs-builder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-builder.yml b/docs-builder.yml index a5904a575..74e0085b5 100644 --- a/docs-builder.yml +++ b/docs-builder.yml @@ -17,6 +17,7 @@ pdf-cover-png-path: ./images/pdf-cover.png img-max-width: 100% table-layout: fixed gitLastCommitDateEnabled: true +search-provider: nuclia cta-overview: The @Subject is part of @ProductLink, a professional grade UI library with 120+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial. cta-intro: "@ProductLink is a professional grade UI library with 120+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial." From 12a33801b54c48a522d2c3fb22f6226c05eae8f1 Mon Sep 17 00:00:00 2001 From: P1l3T0 Date: Fri, 5 Dec 2025 13:30:33 +0200 Subject: [PATCH 2/2] docs(tabstrip): remove code brackets from tab due to compiler error --- controls/tabstrip/tabs/loading-tabs-from-xml.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/controls/tabstrip/tabs/loading-tabs-from-xml.md b/controls/tabstrip/tabs/loading-tabs-from-xml.md index 4bb0a7c6c..a1cc5c841 100644 --- a/controls/tabstrip/tabs/loading-tabs-from-xml.md +++ b/controls/tabstrip/tabs/loading-tabs-from-xml.md @@ -12,22 +12,19 @@ position: 7 You can easily load the tabs of a tab strip from an XML source, as long as the source conforms to the following structure: -1. The top level consists of a single node, called . This node can include attributes for the **RadTabStrip** properties: +1. The top level consists of a single node, called `TabStrip`. This node can include attributes for the RadTabStrip properties: -````XML - +````ASP.NET - - ... ```` -1. Immediately below the node is a set of nodes, where each node represents a root-level tab. The attributes of the node correspond to the properties and custom attributes of the tab. Any child tabs are nested within the node: +2. Immediately below the `TabStrip` node is a set of `Tab` nodes, where each node represents a root-level tab. The attributes of the `Tab` node correspond to the properties and custom attributes of the tab. Any child tabs are nested within the `Tab` node: -````XML +````ASP.NET