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 d8570ef commit 15c8e63Copy full SHA for 15c8e63
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