milestone 11: systemd and docker packaging, operator and architecture docs, config and api reference, docs drift guards

This commit is contained in:
2026-08-02 15:24:10 +02:00
parent a589df7515
commit bdb6ffab7a
29 changed files with 1936 additions and 94 deletions
+7
View File
@@ -0,0 +1,7 @@
//! 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");