class

Config::FolderIndexesConfig

Inherits YAML::Serializable < Reference < Object

Options for the folder_indexes feature (conf.yml's folder_indexes section)

Constructors

new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

exclude_dirs

Directories excluded from automatic index generation, on top of the exclusions registered by features themselves

Source
exclude_dirs=(exclude_dirs : Array(String))

Directories excluded from automatic index generation, on top of the exclusions registered by features themselves

Source