[develop] Fix readme(linter)

This commit is contained in:
Sergey Konovalov
2023-01-26 17:14:22 +03:00
parent ea253634d2
commit 283ac31f9b

View File

@ -127,7 +127,7 @@ To try the document editor, open a browser tab and type
To change something in `sdkjs` do the following steps
1) Edit source file. Let's insert an image url into each open document.
1)Edit source file. Let's insert an image url into each open document.
Do the following command.
Windows(cmd)
@ -148,12 +148,13 @@ this.AddImageUrl(['http://localhost/example/images/logo.png']);," \
sdkjs\common\apiBase.js
```
2) Delete browser cache or hard reload the page `Ctrl + Shift + R`
2)Delete browser cache or hard reload the page `Ctrl + Shift + R`
3) Open new file in browser
3)Open new file in browser
To change something in `server` do the following steps
1) Edit source file. Let's send `"Hello World!"`
1)Edit source file. Let's send `"Hello World!"`
chart message every time a document is opened.Do the following command
Windows(cmd)
@ -174,10 +175,10 @@ opt_hasForgotten, opt_openedAt) {\
server\DocService\sources\DocsCoServer.js
```
2) Restart document server process
2)Restart document server process
```bash
docker exec -it CONTAINER_ID supervisorctl restart all
```
3) Open new file in browser
3)Open new file in browser