8 lines
347 B
Zig
8 lines
347 B
Zig
//! Embeds the documentation files the drift tests guard. Module root for the
|
|
//! `docs_files` anonymous import (test builds only) — @embedFile paths resolve
|
|
//! relative to this file.
|
|
|
|
pub const api_md = @embedFile("api.md");
|
|
pub const config_reference_md = @embedFile("config-reference.md");
|
|
pub const operator_md = @embedFile("operator.md");
|