label as experimental pear apis (#51)

Co-authored-by: rafapaezbas <rafa@holepunch.com>
This commit is contained in:
rafapaezbas
2024-02-16 14:41:41 +01:00
committed by GitHub
parent 8d730127ee
commit cb9322bbee
4 changed files with 24 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
# Application Programming Interface (API)
# Application Programming Interface (API) <mark style="background-color: #8484ff;">**experimental**</mark>
The Pear API enables applications to interact with Pear platform features.
@@ -953,4 +953,4 @@ Like browsers, there is support for native EcmaScript Modules (ESM). A JavaScrip
Use `<script type="module" src="path/to/my-file.js">` to load a JavaScript Module.
Use `<script src="path/to/my-file.js">` to load a JavaScript Script.
Use `<script src="path/to/my-file.js">` to load a JavaScript Script.

View File

@@ -1,4 +1,4 @@
# Command Line Interface (CLI)
# Command Line Interface (CLI) <mark style="background-color: #8484ff;">**experimental**</mark>
The Command Line Interface is the primary interface for Pear Development.

View File

@@ -1,4 +1,4 @@
# Configuration
# Configuration <mark style="background-color: #8484ff;">**experimental**</mark>
## The `package.json` file