Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga authored Feb 21, 2025
1 parent d89453d commit 00132a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Finally, the client library resolves a promise with the results received from th

The client library maintains a task pool to map the server messages to the matching request via a UUID string.

Neutralinojs offers many native operations for you by using this communication mechanism for all [modes](../configuration/modes).
Neutralinojs offers many native operations for you by using this communication mechanism for all [modes](../configuration/modes.md).

Developers can configure native API calling permissions using [`nativeAllowList`](../configuration/neutralino.config.json.md/#nativeallowlist-string) and [`nativeBlockList`](../configuration/neutralino.config.json.md/#nativeblocklist-string) properties in the application configuration file:
Developers can configure native API calling permissions using [`nativeAllowList`](../configuration/neutralino.config.json.md#nativeallowlist-string) and [`nativeBlockList`](../configuration/neutralino.config.json.md#nativeblocklist-string) properties in the application configuration file:

```json
{
Expand Down

0 comments on commit 00132a6

Please sign in to comment.