lib/jazzy/config.rb in jazzy-0.13.0 vs lib/jazzy/config.rb in jazzy-0.13.1

- old
+ new

@@ -353,9 +353,21 @@ '“Classes, Protocols, etc.”', 'Types not explicitly named '\ 'in a custom category appear in generic groups at the end.', 'Example: https://git.io/v4Bcp'], default: [] + config_attr :custom_categories_unlisted_prefix, + description: "Prefix for navigation section names that aren't "\ + 'explicitly listed in `custom_categories`.', + default: 'Other ' + + config_attr :hide_unlisted_documentation, + command_line: '--[no-]hide-unlisted-documentation', + description: "Don't include documentation in the sidebar from the "\ + "`documentation` config value that aren't explicitly "\ + 'listed in `custom_categories`.', + default: false + config_attr :custom_head, command_line: '--head HTML', description: 'Custom HTML to inject into <head></head>.', default: ''