We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d42b7 commit b42916fCopy full SHA for b42916f
api/format.json
@@ -10,7 +10,7 @@ parent: API
10
"description": "{{ page.description }}",
11
"url": "{{ site.baseurl }}{{ page.url }}",
12
"owner": "{{ page.owner }}",
13
- "base_type": ["{{ page.base_type | join: '", "' }}"],
+ "base_type": ["{{ page.base_type | join: '", "' }}"]
14
}{% unless forloop.last %},{% endunless %}
15
{% endfor %}
16
}
0 commit comments