Skip to content

Instantly share code, notes, and snippets.

@abhay-kumar
Created December 4, 2019 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhay-kumar/41b67ab134c3b5d8fd5276407e46edf6 to your computer and use it in GitHub Desktop.
Save abhay-kumar/41b67ab134c3b5d8fd5276407e46edf6 to your computer and use it in GitHub Desktop.
# {{ title }} API documentation{% if version %} version {{ version }}{% endif %}
{{ baseUri }}
{% for item in documentation %}
### {{ item.title }}
{{ item.content }}
{% endfor %}
---
## Models
{% for name, type in types %}
{% include "./type.njk" %}
{% endfor %}
---
## Resources
{% for resource in resources %}
{% include "./resource.njk" %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment