Skip to content

Commit

Permalink
removing env name in doc title
Browse files Browse the repository at this point in the history
  • Loading branch information
nolan committed Jul 26, 2024
1 parent 21dde1a commit 721af92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen-wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def process_directory(directory, config):
markdown_content += table

if markdown_content:
directory = directory.split('/', 1)[1]
markdown_content = f"## {directory.capitalize()}\n\n" + markdown_content

return markdown_content
Expand Down

0 comments on commit 721af92

Please sign in to comment.