mdbook/guide/src/format/configuration
TheGeekInTheShell 8308f15e93
Maybe a typo in preprocessors.md
It seems to me there is a small typo in the file preprocessors.md
2024-05-12 14:35:21 +02:00
..
environment-variables.md Fix MDBOOK_BOOK environment variable example 2022-12-28 19:21:38 -08:00
general.md Fix text-direction in documentation. 2023-09-29 14:33:20 -07:00
preprocessors.md Maybe a typo in preprocessors.md 2024-05-12 14:35:21 +02:00
README.md restructure guide configuration section 2021-05-25 07:43:36 -07:00
renderers.md Rename curly-quotes to smart-punctuation. 2024-02-25 13:42:44 -08: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