chore: update documentation URLs to use workspace setting

Replace all docs.rs documentation URLs with documentation.workspace = true
to inherit from the workspace's docs.pezkuwichain.io URL.
This commit is contained in:
2025-12-27 17:56:39 +03:00
parent fb17ba212f
commit 8c4fcb3288
590 changed files with 590 additions and 590 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ edition.workspace = true
# This crate is not publish-able to crates.io for now because of docify.
publish = false
version = "0.0.1"
documentation = "https://docs.rs/pezkuwi-sdk-docs"
documentation.workspace = true
[lints]
workspace = true
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true
edition.workspace = true
publish = false
documentation = "https://docs.rs/pezkuwi-sdk-docs-first-pezpallet"
documentation.workspace = true
[lints]
workspace = true
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true
edition.workspace = true
publish = false
documentation = "https://docs.rs/pezkuwi-sdk-docs-first-runtime"
documentation.workspace = true
[lints]
workspace = true
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true
edition.workspace = true
publish = false
documentation = "https://docs.rs/pez-chain-spec-guide-runtime"
documentation.workspace = true
[dependencies]
codec = { workspace = true }