From da1a4ba393321bfc4b02baa4289f348069538755 Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Fri, 30 Aug 2024 09:29:44 +0300 Subject: [PATCH] Update README.md change default --- scripts/sdkjs_common/jsdoc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sdkjs_common/jsdoc/README.md b/scripts/sdkjs_common/jsdoc/README.md index 2b0fc0f3..ba77eaf0 100644 --- a/scripts/sdkjs_common/jsdoc/README.md +++ b/scripts/sdkjs_common/jsdoc/README.md @@ -42,7 +42,7 @@ This script generates JSON documentation based on the `api_plugins.js` files. ``` - **Parameters**: - - `output_path` (optional): The directory where the JSON documentation will be saved. If not specified, the default path is `Onlyoffice/document-builder-declarations/document-builder-plugin`. + - `output_path` (optional): The directory where the JSON documentation will be saved. If not specified, the default path is `../../../../office-js-api-declarations/office-js-api-plugins`. ### `generate_docs_md.py`