aboutsummaryrefslogtreecommitdiff
path: root/examples/example-resources/page.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-15 01:31:12 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-15 01:31:12 +0800
commitacd670b5b3480471824aecb28922f8912123802e (patch)
tree31e4b55440d930f405647601589c9d5b79f8a1e6 /examples/example-resources/page.toml
parenta85a79b8365591fb600918b43eb4d3618a3cc3d4 (diff)
Update example descriptions with meaningful docs
Diffstat (limited to 'examples/example-resources/page.toml')
-rw-r--r--examples/example-resources/page.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-resources/page.toml b/examples/example-resources/page.toml
index 0121f8a..d51f80c 100644
--- a/examples/example-resources/page.toml
+++ b/examples/example-resources/page.toml
@@ -4,7 +4,7 @@ name = "Resources"
icon = "📦"
category = "advanced"
desc = """
-Example Resource Injection
+Shows how to share global state across commands using `with_resource()` and inject `&T` or `&mut T` into chain and renderer functions.
"""
tags = ["Resources", "injection"]
files = ["Cargo.toml", "src/main.rs", "src/lib.rs"]