nnarain / mdbook-file-search

mdbook plugin for finding and coping files into the mdbook src directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdbook preprocessor that copies files into the book source directory.

The use case is for linking to files that are generated as an output of another process.

Example preprocessor configuration:

[preprocessor.file-search]
files = [
    {alias = "foo", path = "../outputs/foo.txt"}
]

About

mdbook plugin for finding and coping files into the mdbook src directory


Languages

Language:Rust 100.0%