aboutsummaryrefslogtreecommitdiff
path: root/docs/example-pages
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-01 22:42:41 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-01 22:42:41 +0800
commit0f9ca0745e3e80c751404f45cb2b97d4d14c97d3 (patch)
tree20d1c5c93b11397db27263820e3863bbb2ac11e5 /docs/example-pages
parente2050f6b6694733931edc6363194197c323b7d25 (diff)
refactor!: rename `extra_macros` feature to `extras`HEADmainfeat/new-pipeline-model
Update all references across docs, examples, and configuration files to use the shorter `extras` feature name.
Diffstat (limited to 'docs/example-pages')
-rw-r--r--docs/example-pages/examples.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/example-pages/examples.json b/docs/example-pages/examples.json
index 349248e..bde9d35 100644
--- a/docs/example-pages/examples.json
+++ b/docs/example-pages/examples.json
@@ -84,7 +84,7 @@
"tags": [
"pathf",
"dispatch_tree",
- "extra_macros",
+ "extras",
"build.rs"
],
"files": [
@@ -230,7 +230,7 @@
"name": "Implicit Dispatcher",
"icon": "🫥",
"category": "dispatch",
- "desc": "Shows the abbreviated `dispatcher!(\"cmd.path\")` syntax from `extra_macros` that auto-derives struct names from the command path.\n",
+ "desc": "Shows the abbreviated `dispatcher!(\"cmd.path\")` syntax from `extras` that auto-derives struct names from the command path.\n",
"tags": [
"implicit"
],
@@ -261,7 +261,7 @@
"desc": "Demonstrates how to use the `group!()` macro to convert an external type into a type recognizable by Mingling\n",
"tags": [
"group!",
- "extra_macros"
+ "extras"
],
"files": [
"src/main.rs",
@@ -276,7 +276,7 @@
"desc": "Demonstrates how to use the `pack_err!` macro to define error types with automatic `name` field (snake_case at compile time) and optional `info` field. Also shows `--json` serialization when `structural_renderer` is enabled.\n",
"tags": [
"pack_err!",
- "extra_macros",
+ "extras",
"structural_renderer",
"--json"
],
@@ -354,7 +354,7 @@
"desc": "Demonstrates how to build a custom `ProgramSetup` with `#[program_setup]` for modular configuration of program behaviour.\n",
"tags": [
"#[setup]",
- "extra_macros"
+ "extras"
],
"files": [
"src/main.rs",
@@ -385,7 +385,7 @@
"desc": "Shows how to write unit tests for Chain and Renderer functions using the `entry!` macro and assertion helpers.\n",
"tags": [
"testing",
- "extra_macros"
+ "extras"
],
"files": [
"src/main.rs",