Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Nov 25, 2023
1 parent 0582502 commit 033d654
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
This Python script is designed to modify the Markdown files generated by the 'forge doc' command.
The 'forge doc' command doesn't return the docs in the right format for Docusaurus.
Therefore, run this script before publishing the doc to make it compatible with Docusaurus.
"""

import os
import re

Expand Down

0 comments on commit 033d654

Please sign in to comment.