Update generate_docs_json.py

change default path
This commit is contained in:
Alexander Trofimov
2024-08-30 09:25:34 +03:00
committed by GitHub
parent 78561ca659
commit e9c9712e52

View File

@ -134,7 +134,7 @@ if __name__ == "__main__":
type=str,
help="Destination directory for the generated documentation",
nargs='?', # Indicates the argument is optional
default=f"{root}/document-builder-declarations/document-builder" # Default value
default=f"{root}/office-js-api-declarations/office-js-api"
)
args = parser.parse_args()