User Guide / Get Started

Configuring Lookbook

Configuring Lookbook

Lookbook can be configured in your main application.rb file, an environment-specific config file or anywhere else you would normally handle your Rails app configuration.

All Lookbook config options are set on the config.lookbook object. For example:

# config/environments/development.rb
Rails.application.configure do
  # other app config...
  config.lookbook.project_name = "Lookbook Demo"
end

Available options

You can find full details of all available configuration options on the config reference page.

User Guide

Extending Lookbook

API

Elsewhere