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 b9d7801 commit bb5546dCopy full SHA for bb5546d
templates/rspec_api_documentation/api_blueprint_index.mustache
@@ -19,11 +19,11 @@ FORMAT: 1A
19
## {{ route_name }} [{{ route }}]
20
{{# description }}
21
22
-description: {{ description }}
+{{ description }}
23
{{/ description }}
24
{{# explanation }}
25
-{{{ explanation }}}
26
+{{{ explanation }}}
27
{{/ explanation }}
28
{{# has_parameters? }}
29
@@ -36,6 +36,10 @@ description: {{ description }}
36
{{# http_methods }}
37
38
### {{ description }} [{{ http_method }}]
39
+{{# explanation }}
40
+
41
42
+{{/ explanation }}
43
{{# has_attributes? }}
44
45
+ Parameters
0 commit comments