aboutsummaryrefslogtreecommitdiff
path: root/examples/example-structural-renderer/page.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-structural-renderer/page.toml')
-rw-r--r--examples/example-structural-renderer/page.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/example-structural-renderer/page.toml b/examples/example-structural-renderer/page.toml
new file mode 100644
index 0000000..0ed7745
--- /dev/null
+++ b/examples/example-structural-renderer/page.toml
@@ -0,0 +1,10 @@
+[example]
+id = "example-structural-renderer"
+name = "structural renderer"
+icon = "📤"
+category = "output"
+desc = """
+Demonstrates how to render structured output in JSON or YAML using `StructuralRendererSetup` and the `structural_renderer` feature.
+"""
+tags = ["structural_renderer", "--json", "--yaml"]
+files = ["src/main.rs", "Cargo.toml"]