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 e949354 commit 39d2ef1Copy full SHA for 39d2ef1
README.md
@@ -139,6 +139,10 @@ RspecApiDocumentation.configure do |config|
139
# Change how the post body is formatted by default, you can still override by `raw_post`
140
# Can be :json, :xml, or a proc that will be passed the params
141
config.post_body_formatter = Proc.new { |params| params }
142
+
143
+ # Change the embedded style for HTML output. This file will not be processed by
144
+ # RspecApiDocumentation and should be plain CSS.
145
+ config.html_embedded_css_file = nil
146
end
147
```
148
0 commit comments