File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ RspecApiDocumentation.configure do |config|
185
185
config.configurations_dir = Rails .root.join(" doc" , " configurations" , " api" )
186
186
187
187
# Output folder
188
+ # **WARNING*** All contents of the configured directory will be cleared, use a dedicated directory.
188
189
config.docs_dir = Rails .root.join(" doc" , " api" )
189
190
190
191
# An array of output format(s).
@@ -238,6 +239,7 @@ RspecApiDocumentation.configure do |config|
238
239
config.define_group :public do |config |
239
240
# By default the group's doc_dir is a subfolder under the parent group, based
240
241
# on the group's name.
242
+ # **WARNING*** All contents of the configured directory will be cleared, use a dedicated directory.
241
243
config.docs_dir = Rails .root.join(" doc" , " api" , " public" )
242
244
243
245
# Change the filter to only include :public examples
You can’t perform that action at this time.
0 commit comments