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:
rafapaezbas
2024-02-23 14:05:54 +01:00
committed by GitHub
parent adfe9fc51b
commit ade76c9330
4 changed files with 11 additions and 3 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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