aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/example-pages/examples.json8
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",