From 0e0cae3897f6c274c453aaa22f02732698c45560 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 12 Sep 2024 17:07:29 +0200 Subject: [PATCH] docs: newer docs --- README.md | 4 ++-- dist/js/publish/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61e38d2..3abda96 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![codemp](https://code.mp/static/banner.png)](https://code.mp) [![Actions Status](https://github.com/hexedtech/codemp/actions/workflows/test.yml/badge.svg)](https://github.com/hexedtech/codemp/actions) -[![docs.rs](https://img.shields.io/docsrs/codemp)](https://docs.rs/codemp/0.7.0-beta.2/codemp/) +[![docs.rs](https://img.shields.io/docsrs/codemp)](https://docs.rs/codemp/) [![Gitter](https://img.shields.io/gitter/room/hexedtech/codemp)](https://gitter.im/hexedtech/codemp) [![Crates.io Version](https://img.shields.io/crates/v/codemp)](https://crates.io/crates/codemp) [![NPM Version](https://img.shields.io/npm/v/codemp)](https://npmjs.org/package/codemp) @@ -19,7 +19,7 @@ no matter the order or the timing due to unreliable networks or constrained reso changes will always carry their original intention. On top of this baseline, `codemp`'s protocol is optimized for speed and low network footprint, meaning even slow connections can provide stable real-time editing. -The full documentation is available on [docs.rs](https://docs.rs/codemp/0.7.0-beta.2/codemp/). +The full documentation is available on [docs.rs](https://docs.rs/codemp/0.7.0-beta44/codemp/). # Usage `codemp` is primarily used as a plugin in your editor of choice. diff --git a/dist/js/publish/README.md b/dist/js/publish/README.md index 47d0c0b..cff94db 100644 --- a/dist/js/publish/README.md +++ b/dist/js/publish/README.md @@ -1,7 +1,7 @@ [![codemp](https://code.mp/static/banner.png)](https://code.mp) [![Actions Status](https://github.com/hexedtech/codemp/actions/workflows/ci.yml/badge.svg)](https://github.com/hexedtech/codemp/actions) -[![docs.rs](https://img.shields.io/docsrs/codemp)](https://docs.rs/codemp/0.7.0-beta.2/codemp/) +[![docs.rs](https://img.shields.io/docsrs/codemp)](https://docs.rs/codemp/0.7.0-beta.4/codemp/) [![Crates.io Version](https://img.shields.io/crates/v/codemp)](https://crates.io/crates/codemp) [![NPM Version](https://img.shields.io/npm/v/codemp)](https://npmjs.org/package/codemp) [![PyPI - Version](https://img.shields.io/pypi/v/codemp)](https://pypi.org/project/codemp) @@ -20,7 +20,7 @@ even under unreliable networks or constrained resources, the underlying CRDT wil convergent state across all users. Even with this baseline, `codemp`'s protocol is optimized for speed and low network footprint, meaning even slow connections can provide stable real-time editing. -The full documentation is available on [docs.rs](https://docs.rs/codemp/0.7.0-beta.2/codemp/). +The full documentation is available on [docs.rs](https://docs.rs/codemp/0.7.0-beta.4/codemp/). # Usage `codemp` is primarily used as a plugin in your editor of choice.