From e1e9885f704bf30e5cd577c590287ced45da3a61 Mon Sep 17 00:00:00 2001 From: catsby Date: Fri, 13 Dec 2024 13:12:43 -0600 Subject: [PATCH] update doc-gen output_dir Signed-off-by: catsby --- src/pepr/docs-gen/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pepr/docs-gen/main.ts b/src/pepr/docs-gen/main.ts index de8081786..872acd0aa 100644 --- a/src/pepr/docs-gen/main.ts +++ b/src/pepr/docs-gen/main.ts @@ -7,7 +7,7 @@ import * as path from "path"; const INDENT_SIZE = 20; const MAX_HEADER_LEVEL = 6; const MAX_DEPTH = 10; -const OUTPUT_DIR = "./docs/reference/configuration/custom-resources/"; +const OUTPUT_DIR = "./docs/reference/configuration/custom resources/"; const TABLE_STYLE = 'style="width: 100%; table-layout: fixed;"'; // Utility to capitalize the first letter of a string