12 lines
556 B
Markdown
12 lines
556 B
Markdown
|
|
# 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
|
||
|
|
|
||
|
|
[General]: general.md
|
||
|
|
[Preprocessor]: preprocessors.md
|
||
|
|
[Renderer]: renderers.md
|
||
|
|
[Environment Variable]: environment-variables.md
|