Skip to content

Commit

Permalink
Minor fix to docs generation script (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella authored Feb 22, 2024
1 parent 951a640 commit 1f3d246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codemodder/scripts/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def generate_docs(codemod):
spacers = "-" * (len(codemod.review_guidance) - 19)

output = f"""---
title: {codemod.summary}
title: "{codemod.summary}"
sidebar_position: 1
---
Expand Down

0 comments on commit 1f3d246

Please sign in to comment.