Struct mdbook::preprocess::IndexPreprocessor[][src]

pub struct IndexPreprocessor;

A preprocessor for converting file name README.md to index.md since README.md is the de facto index file in a markdown-based documentation.

Methods

impl IndexPreprocessor
[src]

Create a new IndexPreprocessor.

Trait Implementations

impl Preprocessor for IndexPreprocessor
[src]

Get the Preprocessor's name.

Run this Preprocessor, allowing it to update the book before it is given to a renderer. Read more

Auto Trait Implementations