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 98900da commit d0456b7Copy full SHA for d0456b7
_js/api.json
@@ -3,11 +3,12 @@ layout: null
3
permalink: "/api/data.json"
4
---
5
{
6
- "api_version":"1.0.2",
+ "api_version":"1.0.3",
7
"last_update_date":{{site.time | jsonify}},
8
"nicenames":{{site.data.nicenames | jsonify}},
9
"data":[{% for feature in site.features %}
10
11
+ "slug":{{ feature.slug | jsonify }},
12
"title":{{ feature.title | jsonify }},
13
"description":{{ feature.description | jsonify }},
14
"url":{{ feature.url | prepend:site.url | jsonify }},
0 commit comments