We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8e896 commit 0fe5ec4Copy full SHA for 0fe5ec4
dlt_init_openapi/renderer/default/templates/README.md.j2
@@ -19,7 +19,9 @@ secrets.toml.
19
20
## Available resources
21
{% for endpoint in endpoint_collection.all_endpoints_to_render %}
22
-* {{ endpoint.detected_resource_name }}
23
- _{{endpoint.method}} {{ endpoint.path }}_
24
- {% if endpoint.render_description %}{{endpoint.render_description}}{% endif %}
+* _{{endpoint.method}} {{ endpoint.path }}_
+ *resource*: {{ endpoint.detected_resource_name }}
+ {% if endpoint.render_description %}
25
+ *description*: {{endpoint.render_description}}
26
+ {% endif %}
27
{% endfor %}
0 commit comments