Skip to content

Commit 18a78b3

Browse files
committed
Remove example value placeholders
1 parent 7363e54 commit 18a78b3

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/layouts/partials/api-resource.hbs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,6 @@
2727
{% endtabs %}
2828
{{/if}}
2929

30-
{% tabs %}
31-
{% tab title="JSON" %}
32-
```json
33-
{
34-
{{#each properties}}
35-
{{#if @last}}
36-
{{name}}: [example value]
37-
{{else}}
38-
{{name}}: [example value],
39-
{{/if}}
40-
{{/each}}
41-
}
42-
```
43-
{% endtab %}
44-
{% endtabs %}
45-
4630
---
4731
{{#if headingOffset}}
4832
### Properties

0 commit comments

Comments
 (0)