mdbook/guide/src/format
Eric Huss 09a37284b0 Add output.html.search.chapter
This config setting provides the ability to disable search indexing on a
per-chapter (or sub-path) basis.

This is structured to possibly add additional settings, such as perhaps
a score multiplier or other settings.
2025-01-27 19:45:50 -08:00
..
configuration Add output.html.search.chapter 2025-01-27 19:45:50 -08:00
images add the markdown page 2021-12-17 19:08:58 -08:00
theme docs: Switch the guide to use smart punctuation. 2024-05-13 13:43:04 -07:00
example.rs Update examples with hidden lines (#1476) 2021-02-27 02:40:14 +01:00
markdown.md Rename curly-quotes to smart-punctuation. 2024-02-25 13:42:44 -08:00
mathjax.md Rename book-example to guide (#1336) 2020-09-23 03:16:09 +02:00
mdbook.md fix: make line hiding in Rust code blocks consistent with rustdoc 2025-01-20 11:43:39 -05:00
README.md Rename book-example to guide (#1336) 2020-09-23 03:16:09 +02:00
summary.md summary.md: clarify that part titles must be h1 headers 2024-01-31 01:47:05 -06:00

Format

In this section you will learn how to:

  • Structure your book correctly
  • Format your SUMMARY.md file
  • Configure your book using book.toml
  • Customize your theme