From 8bd56c97d4cd314048c18508d8fd4a944c4d4d72 Mon Sep 17 00:00:00 2001 From: nakul1010 Date: Sat, 25 Nov 2023 17:34:27 +0530 Subject: [PATCH] fix: modify comment --- docs_reformat_scripts/forge_doc_reformat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_reformat_scripts/forge_doc_reformat.py b/docs_reformat_scripts/forge_doc_reformat.py index b95d1dea..998bcf44 100644 --- a/docs_reformat_scripts/forge_doc_reformat.py +++ b/docs_reformat_scripts/forge_doc_reformat.py @@ -1,6 +1,6 @@ """ 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. +The 'forge doc --out docs/docs/contracts' 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. """