Skip to content

Commit c0cefa4

Browse files
committed
Fix md
1 parent 06557f8 commit c0cefa4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/sdkjs_common/jsdoc/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Documentation Generation Guide
22

3-
This guide explains how to generate documentation for Onlyoffice Builder and
4-
Plugins (Methods/Events) API using the following Python scripts:
3+
This guide explains how to generate documentation for Onlyoffice Builder
4+
and Plugins (Methods/Events) API using the following Python scripts:
55

66
- `office-api/generate_docs_json.py`
77
- `office-api/generate_docs_md.py`
@@ -133,6 +133,6 @@ python generate_docs_md.py /path/to/save/markdown
133133

134134
## Notes
135135

136-
- Make sure to have all necessary permissions to run these scripts and write to
137-
the specified directories.
138-
- The output directories will be created if they do not exist.
136+
- Make sure to have all necessary permissions to run these scripts and write
137+
to the specified directories.
138+
- The output directories will be created if they do not exist.

0 commit comments

Comments
 (0)