Skip to content

Commit 4170469

Browse files
authored
Merge pull request #397 from SrMouraSilva/issue-394-apiblueprint-api_template-explanation
Fix #394 API Blueprint: Add api_explanation in template
2 parents 54fbfda + eef2794 commit 4170469

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

features/api_blueprint_documentation.feature

+1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ Feature: Generate API Blueprint documentation from test examples
255255
"""
256256
FORMAT: 1A
257257
# Example API
258+
Example API Description
258259
259260
# Group Instructions
260261

templates/rspec_api_documentation/api_blueprint_index.mustache

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FORMAT: 1A
22
# {{ api_name }}
3+
{{ api_explanation }}
34
{{# sections }}
45

56
# Group {{ resource_name }}

0 commit comments

Comments
 (0)