Skip to content

Commit bb5546d

Browse files
committed
Further improve template
1 parent b9d7801 commit bb5546d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

templates/rspec_api_documentation/api_blueprint_index.mustache

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ FORMAT: 1A
1919
## {{ route_name }} [{{ route }}]
2020
{{# description }}
2121

22-
description: {{ description }}
22+
{{ description }}
2323
{{/ description }}
2424
{{# explanation }}
25-
{{{ explanation }}}
2625

26+
{{{ explanation }}}
2727
{{/ explanation }}
2828
{{# has_parameters? }}
2929

@@ -36,6 +36,10 @@ description: {{ description }}
3636
{{# http_methods }}
3737

3838
### {{ description }} [{{ http_method }}]
39+
{{# explanation }}
40+
41+
{{{ explanation }}}
42+
{{/ explanation }}
3943
{{# has_attributes? }}
4044

4145
+ Parameters

0 commit comments

Comments
 (0)