Skip to content

Commit 0fe5ec4

Browse files
committed
update readme endpoint list output
1 parent 6e8e896 commit 0fe5ec4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

dlt_init_openapi/renderer/default/templates/README.md.j2

+5-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ secrets.toml.
1919

2020
## Available resources
2121
{% 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 %}
22+
* _{{endpoint.method}} {{ endpoint.path }}_
23+
*resource*: {{ endpoint.detected_resource_name }}
24+
{% if endpoint.render_description %}
25+
*description*: {{endpoint.render_description}}
26+
{% endif %}
2527
{% endfor %}

0 commit comments

Comments
 (0)