From a85a79b8365591fb600918b43eb4d3618a3cc3d4 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 15 Jun 2026 01:28:29 +0800 Subject: Update example tags and fix tag typo --- docs/example-pages/examples.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/example-pages/examples.json b/docs/example-pages/examples.json index 02b63d1..f669af7 100644 --- a/docs/example-pages/examples.json +++ b/docs/example-pages/examples.json @@ -38,7 +38,8 @@ "desc": "Example Async Runtime Support\n", "tags": [ "async", - "tokio" + "await", + "#[chain]" ], "files": [ "src/main.rs", @@ -169,7 +170,7 @@ "category": "ux", "desc": "Example Help\n", "tags": [ - "#[helper]" + "#[help]" ], "files": [ "src/main.rs", @@ -300,7 +301,8 @@ "desc": "This is a complete example project that demonstrates how to develop a todo list application using Mingling\n", "tags": [ "todolist", - "CRUD" + "CRUD", + "cliché example" ], "files": [ "src/main.rs", -- cgit