mdbook_lad_preprocessor

Crates.iomdbook_lad_preprocessor
lib.rsmdbook_lad_preprocessor
version0.3.0
created_at2025-02-15 11:41:52.651042+00
updated_at2025-09-22 20:46:43.277077+00
descriptionLanguage Agnostic Declaration (LAD) file format for the bevy_mod_scripting crate
homepagehttps://github.com/makspll/bevy_mod_scripting
repositoryhttps://github.com/makspll/bevy_mod_scripting
max_upload_size
id1556695
size131,890
Maksymilian Mozolewski (makspll)

documentation

README

LAD Preprocessor for mdbook

This is a preprocessor for mdbook that allows you to include LAD files in your markdown files.

Usage

Add the following to your book.toml:

[preprocessor.lad_preprocessor]

Then any files with the .lad.json extension will be processed by the preprocessor.

So for example if you have the following structure:

- [Normal file](normal_file.md)
- [LAD file](lad_file.lad.json)

The lad_file.lad.json will be processed by the preprocessor, and appropriate nested markdown will be generated from there on out using the LAD file chapter as the parent page.

If the file is not found

Commit count: 780

cargo fmt