mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
moved experimental tags out of the header (#73)
* moved experimental tags out of the header * added experimental label to autobase --------- Co-authored-by: rafapaezbas <rafa@holepunch.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Autobase
|
# Autobase
|
||||||
|
|
||||||
|
<mark style="background-color:blue;">**experimental**</mark>
|
||||||
|
|
||||||
Autobase is used to automatically rebase multiple causally-linked Hypercores into a single, linearized Hypercore. The output of an Autobase is 'just a Hypercore', which means it can be used to transform higher-level data structures (like Hyperbee) into multiwriter data structures with minimal additional work.
|
Autobase is used to automatically rebase multiple causally-linked Hypercores into a single, linearized Hypercore. The output of an Autobase is 'just a Hypercore', which means it can be used to transform higher-level data structures (like Hyperbee) into multiwriter data structures with minimal additional work.
|
||||||
|
|
||||||
> Although Autobase is still under development, it finds application in many active projects. Keet rooms, for example, are powered by Autobase! This is a testament to the potential of Autobase, and we are excited to see what else it can achieve.
|
> Although Autobase is still under development, it finds application in many active projects. Keet rooms, for example, are powered by Autobase! This is a testament to the potential of Autobase, and we are excited to see what else it can achieve.
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
# Application Programming Interface (API) <mark class="pear-api-label" style="background-color: #8484ff;">**experimental**</mark>
|
# Application Programming Interface (API)
|
||||||
|
|
||||||
|
<mark style="background-color:blue;">**experimental**</mark>
|
||||||
|
|
||||||
The Pear API enables applications to interact with Pear platform features.
|
The Pear API enables applications to interact with Pear platform features.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
# Command Line Interface (CLI) <mark class="pear-api-label" style="background-color: #8484ff;">**experimental**</mark>
|
# Command Line Interface (CLI)
|
||||||
|
|
||||||
|
<mark style="background-color:blue;">**experimental**</mark>
|
||||||
|
|
||||||
The Command Line Interface is the primary interface for Pear Development.
|
The Command Line Interface is the primary interface for Pear Development.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
# Configuration <mark style="background-color: #8484ff;">**experimental**</mark>
|
# Configuration
|
||||||
|
|
||||||
|
<mark style="background-color:blue;">**experimental**</mark>
|
||||||
|
|
||||||
## The `package.json` file
|
## The `package.json` file
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user