build: generate reference page for config for website

This commit is contained in:
Mitchell Hashimoto
2024-12-17 21:57:34 -08:00
parent 34dca8149b
commit 82c9787fd3
5 changed files with 165 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ const entrypoint = switch (build_config.exe_entrypoint) {
.helpgen => @import("helpgen.zig"),
.mdgen_ghostty_1 => @import("build/mdgen/main_ghostty_1.zig"),
.mdgen_ghostty_5 => @import("build/mdgen/main_ghostty_5.zig"),
.webgen_config => @import("build/webgen/main_config.zig"),
.bench_parser => @import("bench/parser.zig"),
.bench_stream => @import("bench/stream.zig"),
.bench_codepoint_width => @import("bench/codepoint-width.zig"),