Skip to content

Commit 2c08c6f

Browse files
Openblocks-docsgitbook-bot
Openblocks-docs
authored andcommitted
GitBook: [lowcoder-org#98] move doc "Use third-party libraries"
1 parent a5b0a84 commit 2c08c6f

8 files changed

+2
-2
lines changed

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
* [App editor](build-apps/app-editor.md)
2727
* [Event handlers](build-apps/event-handlers.md)
2828
* [Write JavaScript](build-apps/write-javascript/README.md)
29-
* [Use third-party libraries](build-apps/use-third-party-libraries.md)
3029
* [Transformers](build-apps/write-javascript/transformers.md)
3130
* [Temporary state](build-apps/write-javascript/temporary-state.md)
31+
* [Use third-party libraries](build-apps/use-third-party-libraries.md)
3232
* [Component guides](build-apps/component-guides/README.md)
3333
* [Option lists](build-apps/component-guides/option-lists.md)
3434
* [List View](build-apps/component-guides/list-view.md)

docs/build-apps/use-third-party-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ https://unpkg.com/cowsay@1.5.0/build/cowsay.umd.js
7070

7171
Navigate to the left sidebar, click <img src="../.gitbook/assets/image (1).png" alt="" data-size="line"> > **Other** > **Scripts and style** > **Add a library**. Then paste the **cowsay** link here.
7272

73-
<figure><img src="../.gitbook/assets/Add a library (1) (1) (1) (1).png" alt=""><figcaption></figcaption></figure>
73+
<figure><img src="../.gitbook/assets/Add a library (1) (1) (1) (1) (1).png" alt=""><figcaption></figcaption></figure>
7474

7575
Now you can write code in **JS query** to test its usage with `cowsay.say`:
7676

0 commit comments

Comments
 (0)