From 465f1e01daaa6b0555b2d35bde1f880f37f7db53 Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Mon, 20 Nov 2023 20:12:13 +0000 Subject: [PATCH] docs: Generate API docs based on major.minor version only. --- conf/jsdoc/layout.tmpl | 2 +- docs/jsdoc/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/jsdoc/layout.tmpl b/conf/jsdoc/layout.tmpl index fadfd46..4422d7c 100644 --- a/conf/jsdoc/layout.tmpl +++ b/conf/jsdoc/layout.tmpl @@ -2,7 +2,7 @@ - OrbitDB API - v1.0.0 + OrbitDB API - v1.0 diff --git a/docs/jsdoc/README.md b/docs/jsdoc/README.md index fd011ed..549d02c 100644 --- a/docs/jsdoc/README.md +++ b/docs/jsdoc/README.md @@ -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.