mdbook/guide/src/format/configuration
2023-09-02 16:41:59 -07:00
..
environment-variables.md Fix MDBOOK_BOOK environment variable example 2022-12-28 19:21:38 -08:00
general.md Some minor corrections from code review. 2023-09-02 16:41:59 -07:00
preprocessors.md Fix some spellings 2023-06-25 11:37:53 -07:00
README.md restructure guide configuration section 2021-05-25 07:43:36 -07:00
renderers.md main branch is not always "master" these days 2023-06-07 18:47:15 +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