diff --git a/.github/sharp-p2p-logo.png b/.github/sharp-p2p-logo.png new file mode 100644 index 0000000..5001c21 Binary files /dev/null and b/.github/sharp-p2p-logo.png differ diff --git a/Cargo.toml b/Cargo.toml index eed6798..bc48ec8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ members = [ exclude = [] [workspace.package] -version = "0.1.0" +version = "0.1.3" edition = "2021" repository = "https://github.com/iosis-tech/sharp-p2p" license-file = "LICENSE" diff --git a/README.md b/README.md index a3df278..69ef705 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # SHARP-P2P +
+ SHARP-P2P Logo +

+ Version + + Docs + + Continuous Integration +
+ +## Overview + The Sharp p2p is a shared peer-to-peer network of Zero-Knowledge Provers. This network allows any party to join and utilize its services, operating with two main user roles: 1. **Delegators**: Users who present jobs to be executed on the network. diff --git a/docs/book.toml b/docs/book.toml index 8a0bd0b..90288f7 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -1,6 +1,10 @@ [book] -authors = ["Okm165"] -language = "en" -multilingual = false -src = "src" title = "SHARP-P2P documentation" +description = "Documentation for SHARP-P2P, a shared peer-to-peer network of Zero-Knowledge Provers." +authors = ["Okm165 - Bartosz Nowak"] +language = "en" + +[output.html] +smart-punctuation = true +mathjax-support = true +git-repository-url = "https://github.com/iosis-tech/sharp-p2p" \ No newline at end of file