Skip to content

Commit

Permalink
add intro to API
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Singh committed Mar 12, 2024
1 parent ac0ac1c commit b1021b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bare-reference/api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# API

This documentation serves as the comprehensive guide to the Bare API, the core JavaScript functionality offered by the Bare runtime environment.

## `Bare`

The core JavaScript API of Bare is available through the global `Bare` namespace.
Expand Down
2 changes: 1 addition & 1 deletion bare-reference/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Bare is built on top of [libjs](https://github.com/holepunchto/libjs), which pro
Everything else if left to userland modules to be implemented using these primitives, keeping the runtime itself succinct and _bare_.

## API
Find the Bare API specs [here](./api.md).
Bare makes it easy to craft applications that can run effectively across a broad spectrum of devices. To get started, find the Bare API specs [here](./api.md).

### Modules

Expand Down

0 comments on commit b1021b8

Please sign in to comment.