From 819231e99a77582b1d1c068f1ced0d1726fc4f2f Mon Sep 17 00:00:00 2001 From: routel-nolan Date: Fri, 25 Oct 2024 14:18:30 +0200 Subject: [PATCH] changing Doc indentation --- gen-wiki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-wiki.py b/gen-wiki.py index af992b1..e33ef5e 100644 --- a/gen-wiki.py +++ b/gen-wiki.py @@ -106,7 +106,7 @@ def process_environment(environment, config, output_dir): with open(os.path.join(root, file), 'r') as f: content = f.read() if content.strip(): - markdown_content += f"## Docs\n\n" + markdown_content += f"### Docs\n\n" markdown_content += content if markdown_content.strip() != f"# {environment.capitalize()} Environment\n\n":