Add separate docs for v0.8/v1
This commit is contained in:
parent
3150f98fc8
commit
d511d447f7
61 changed files with 1620 additions and 58 deletions
14
docs/_includes/example_v0.md
Normal file
14
docs/_includes/example_v0.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
{% capture input %}examples/{{ include.name }}.rs{% endcapture %}
|
||||
{% capture output %}examples/{{ include.name }}.schema.json{% endcapture %}
|
||||
|
||||
```rust
|
||||
{% include {{ input }} %}
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Click to see the output JSON schema...</summary>
|
||||
|
||||
```json
|
||||
{% include {{ output }} -%}
|
||||
```
|
||||
</details>
|
Loading…
Add table
Add a link
Reference in a new issue