docs: made it even fancier and added refs

This commit is contained in:
əlemi 2023-08-20 03:34:48 +02:00
parent 5d6957c9ad
commit 1f1e8a78ba

View file

@ -1,5 +1,7 @@
//! # MultiPlayer Code Editing
//!
//! ![just a nice pic](https://alemi.dev/img/about-slice-1.png)
//!
//! This is the core library of the codemp project.
//!
//! ## Structure
@ -81,6 +83,16 @@
//! Ok(())
//! }
//! ```
//!
//! ### reference
//!
//! ![another cool pic coz why not](https://alemi.dev/img/about-slice-2.png)
//!
//! check [codemp-vscode](https://github.com/codewithotherpeopleandchangenamelater/codemp-vscode)
//! or [codemp-nvim](https://github.com/codewithotherpeopleandchangenamelater/codemp-nvim)
//! or [codemp-server](https://github.com/codewithotherpeopleandchangenamelater/codemp-server) for
//! reference implementations
//!
/// cursor related types and controller