aboutsummaryrefslogtreecommitdiff
path: root/examples/example-help/page.toml
blob: 38e3632f57d162e6fe065ddd2303006c65ac65af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-help"
name = "Help"
icon = "💡"
category = "ux"
desc = """
Example Help
"""
tags = ["#[helper]"]
files = ["src/main.rs", "Cargo.toml"]