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.
2 parents 78f0258 + 15c8e63 commit 49a0173Copy full SHA for 49a0173
lib/rspec_api_documentation/writers/slate_writer.rb
@@ -25,6 +25,7 @@ def write
25
file.write %Q{title: "#{configuration.api_name}"\n}
26
file.write %Q{language_tabs:\n}
27
file.write %Q{ - json: JSON\n}
28
+ file.write %Q{ - shell: cURL\n}
29
file.write %Q{---\n\n}
30
31
IndexHelper.sections(index.examples, @configuration).each do |section|
0 commit comments