mdbook/guide/src/format/configuration
2021-09-26 20:55:02 +02:00
..
environment-variables.md restructure guide configuration section 2021-05-25 07:43:36 -07:00
general.md add edition2021 as an option 2021-07-04 16:28:52 -07:00
preprocessors.md Allow specifying preprocessor order 2021-09-26 20:55:02 +02:00
README.md restructure guide configuration section 2021-05-25 07:43:36 -07:00
renderers.md Update renderers.md 2021-07-04 08:12:18 +02:00

Configuration

This section details the configuration options available in the book.toml:

  • General configuration including the book, rust, build sections
  • Preprocessor configuration for default and custom book preprocessors
  • Renderer configuration for the HTML, Markdown and custom renderers
  • Environment Variable configuration for overriding configuration options in your environment