Skip to content

Commit 294df28

Browse files
committed
Fixes
1 parent 61c9562 commit 294df28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/http/controllers/ai_docs/get_docs_index_action.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ const DOCS: &[DocEntry] = &[
5959
filename: "dioxus-utils-readme.md",
6060
name: "dioxus-utils Usage Cases Guide",
6161
description: "Utilities for Dioxus apps: data state, dialogs, JS helpers",
62-
when_to_use: "Read when you need shared data state management, dialog scaffolding, or JS interop helpers inside a Dioxus application.",
62+
when_to_use: "Read when you need the concrete helper crate behind Dioxus patterns — use-state wrappers, dialog open/close hooks, and JS interop calls. Complements dioxus-fullstack-design-patterns, which covers the patterns; this covers the library API that implements them.",
6363
},
6464
DocEntry {
6565
filename: "dioxus-admin-ui-kit.md",
6666
name: "Dioxus Admin UI Kit",
67-
description: "UI components for Dioxus admin apps",
68-
when_to_use: "Read when building admin-style UIs — provides typed text inputs, table rendering helpers, and enum selector components for Dioxus.",
67+
description: "Ready-made UI components for Dioxus admin panels",
68+
when_to_use: "Read when building an internal admin or back-office UI — provides pre-built typed text inputs, sortable table components, and enum dropdown selectors. Use instead of hand-rolling form controls described in dioxus-fullstack-design-patterns.",
6969
},
7070
DocEntry {
7171
filename: "my-postgres-readme.md",

0 commit comments

Comments
 (0)