docs: Generate API docs based on major.minor version only.

This commit is contained in:
Hayden Young
2023-11-20 20:12:13 +00:00
parent ee70025453
commit 465f1e01da
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>OrbitDB API - v1.0.0</title>
<title>OrbitDB API - v1.0</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>

View File

@@ -1,4 +1,4 @@
## OrbitDB API - v1.0.0
## OrbitDB API - v1.0
OrbitDB is a serverless, distributed, peer-to-peer database. OrbitDB uses IPFS
as its data storage and Libp2p Pubsub to automatically sync databases with peers. It's an eventually consistent database that uses Merkle-CRDTs for conflict-free database writes and merges making OrbitDB an excellent choice for p2p and decentralized apps, blockchain applications and local first web applications.