Skip to content

Commit

Permalink
changing Doc indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
routel-nolan committed Oct 25, 2024
1 parent 015d65e commit 819231e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen-wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 819231e

Please sign in to comment.