From eaa0c2bd4d59c8c90027604d718de96ca4b34f9e Mon Sep 17 00:00:00 2001 From: hozan23 Date: Wed, 22 Nov 2023 23:25:20 +0300 Subject: README: add online docs in docs section --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0e2bd97..185e066 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,15 @@ including TLS implementation. You can check the ## Docs -To generate karyons Rust API Documentation, run the following command: +Online documentation for the main crates: -```bash -$ cargo doc --no-deps --all --document-private-items --open -``` +- [karyons_p2p](https://karyons.github.io/karyons/karyons_p2p) +- [karyons_jsonrpc](https://karyons.github.io/karyons/karyons_jsonrpc) + +For the internal crates: + +- [karyons_core](https://karyons.github.io/karyons/karyons_core) +- [karyons_net](https://karyons.github.io/karyons/karyons_net) ## Thanks -- cgit v1.2.3