Something along the lines of: ``` ruby RspecApiDocumentation.configure do |config| config.api_name = 'My Documentation' config.format = [:html, :slate] config.slate_index_front_matter = <<-YAML toc_footers: - <a href='https://github.com/zipmark/rspec_api_documentation/'>Documentation Powered by RSpec API Documentation</a> includes: - custom - errors search: true YAML end ```