Module: Bookbinder::Config

Defined in:
lib/bookbinder/config/fetcher.rb,
lib/bookbinder/config/validator.rb,
lib/bookbinder/config/yaml_loader.rb,
lib/bookbinder/config/configuration.rb,
lib/bookbinder/config/cf_credentials.rb,
lib/bookbinder/config/section_config.rb,
lib/bookbinder/config/aws_credentials.rb,
lib/bookbinder/config/archive_menu_configuration.rb,
lib/bookbinder/config/checkers/archive_menu_checker.rb,
lib/bookbinder/config/checkers/dita_section_checker.rb,
lib/bookbinder/config/checkers/required_keys_checker.rb,
lib/bookbinder/config/remote_yaml_credential_provider.rb,
lib/bookbinder/config/checkers/duplicate_section_name_checker.rb,
lib/bookbinder/config/checkers/repository_name_presence_checker.rb

Defined Under Namespace

Modules: Checkers Classes: ArchiveMenuConfiguration, AwsCredentials, CfCredentials, Configuration, Fetcher, RemoteYamlCredentialProvider, SectionConfig, Validator, YAMLLoader

Constant Summary collapse

FileNotFoundError =
Class.new(RuntimeError)
InvalidSyntaxError =
Class.new(RuntimeError)