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
+2
View File
@@ -2,6 +2,7 @@ const std = @import("std");
comptime {
_ = @import("main.zig");
_ = @import("app.zig");
_ = @import("version.zig");
_ = @import("dns/types.zig");
_ = @import("dns/header.zig");
@@ -112,6 +113,7 @@ comptime {
_ = @import("server/dot_server.zig");
_ = @import("server/doh_server.zig");
_ = @import("web/handlers/certs.zig");
_ = @import("docs_drift_test.zig");
}
extern fn sqlite3_libversion() [*:0]const u8;