diff --git a/building-blocks/autobase.md b/building-blocks/autobase.md index 6f0a0e3..83c608e 100644 --- a/building-blocks/autobase.md +++ b/building-blocks/autobase.md @@ -1,5 +1,7 @@ # Autobase +**experimental** + 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. diff --git a/reference/api.md b/reference/api.md index 85c7845..4ce936f 100644 --- a/reference/api.md +++ b/reference/api.md @@ -1,4 +1,6 @@ -# Application Programming Interface (API) **experimental** +# Application Programming Interface (API) + +**experimental** The Pear API enables applications to interact with Pear platform features. diff --git a/reference/cli.md b/reference/cli.md index d6739a9..aa8210c 100644 --- a/reference/cli.md +++ b/reference/cli.md @@ -1,4 +1,6 @@ -# Command Line Interface (CLI) **experimental** +# Command Line Interface (CLI) + +**experimental** The Command Line Interface is the primary interface for Pear Development. diff --git a/reference/configuration.md b/reference/configuration.md index d5e3e71..5f3b962 100644 --- a/reference/configuration.md +++ b/reference/configuration.md @@ -1,4 +1,6 @@ -# Configuration **experimental** +# Configuration + +**experimental** ## The `package.json` file