aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhozan23 <hozan23@proton.me>2023-11-22 23:25:20 +0300
committerhozan23 <hozan23@proton.me>2023-11-22 23:25:20 +0300
commiteaa0c2bd4d59c8c90027604d718de96ca4b34f9e (patch)
treeadc9a1d2ad9702d38aea85b01416422f95c6415e /README.md
parent8981f3d12bb8dd699254371da356d5a441f0a630 (diff)
README: add online docs in docs section
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
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