diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-15 01:28:29 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-15 01:28:29 +0800 |
| commit | a85a79b8365591fb600918b43eb4d3618a3cc3d4 (patch) | |
| tree | 968de1054d8734a262df324570247f2d5b6b5fa2 /docs/example-pages | |
| parent | d43e6cf64a7162b5316df371bd105bc8960c4607 (diff) | |
Update example tags and fix tag typo
Diffstat (limited to 'docs/example-pages')
| -rw-r--r-- | docs/example-pages/examples.json | 8 |
1 files changed, 5 insertions, 3 deletions
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", |
