From cefbb5ff4b118ac36de1d0a6301b5a339bd90bc6 Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com> Date: Wed, 12 Feb 2025 16:59:55 +0200 Subject: [PATCH] chore(DockManager): docs polish --- components/dockmanager/overview.md | 4 ++-- components/dockmanager/pane-types.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/dockmanager/overview.md b/components/dockmanager/overview.md index 63160e6a32..63d51733b6 100644 --- a/components/dockmanager/overview.md +++ b/components/dockmanager/overview.md @@ -18,13 +18,13 @@ The DockManager is best suited for desktop-like interfaces and applications desi 1. Add the `TelerikDockManager` tag. 2. Use `` to structure the main docked layout. -3. Within , add: +3. Within ``, add: * `` for standalone panes. * `` to create sections with multiple resizable panes. * `` to enable tabbed panes. 4. Define `HeaderTemplate` tag inside each pane to set the headers text. 5. Populate the `Content` tag section of each pane with the desired UI elements. -6. Optionally, `` to create panes that can float outside the main dock layout. +6. Optionally, add `` to create panes that can float outside the main dock layout. >caption Telerik Blazor DockManager diff --git a/components/dockmanager/pane-types.md b/components/dockmanager/pane-types.md index f69e95a050..bd98f0bd5d 100644 --- a/components/dockmanager/pane-types.md +++ b/components/dockmanager/pane-types.md @@ -12,7 +12,7 @@ position: 5 The Blazor DockManager component exposes the ability to configure different pane types. -When defining pane types, the naming convention follows the structure ``, where **Type** specifies the behavior of the pane. The available types are: +When defining pane types, the naming convention follows the structure ``, where **Type** specifies the behavior of the pane. The available types are: #### Content Pane