mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
label as experimental pear apis (#51)
Co-authored-by: rafapaezbas <rafa@holepunch.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Configuration
|
||||
# Configuration <mark style="background-color: #8484ff;">**experimental**</mark>
|
||||
|
||||
## The `package.json` file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user