Skip to content

Commit 39d2ef1

Browse files
committed
Update README for html_embedded_css_file
1 parent e949354 commit 39d2ef1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ RspecApiDocumentation.configure do |config|
139139
# Change how the post body is formatted by default, you can still override by `raw_post`
140140
# Can be :json, :xml, or a proc that will be passed the params
141141
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
142146
end
143147
```
144148

0 commit comments

Comments
 (0)