Skip to content

Commit 20553ab

Browse files
committed
Mention other formats in README
1 parent 2a874f1 commit 20553ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ RspecApiDocumentation.configure do |config|
8181
# Output folder
8282
config.docs_dir = Rails.root.join("doc", "api")
8383

84-
# An array of output format(s). Possible values are :json, :html
84+
# An array of output format(s).
85+
# Possible values are :json, :html, :combined_text, :combined_json,
86+
# :json_iodocs, :textile, :append_json
8587
config.format = [:html]
8688

8789
# Location of templates

0 commit comments

Comments
 (0)