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 c41f7b3e9d
commit bfc2cc5284
590 changed files with 590 additions and 590 deletions
@@ -6,7 +6,7 @@ authors.workspace = true
edition.workspace = true
license.workspace = true
description = "Fixtures for testing contracts pezpallet."
documentation = "https://docs.rs/pezpallet-contracts-fixtures"
documentation.workspace = true
repository = { workspace = true }
homepage = { workspace = true }
@@ -6,7 +6,7 @@ edition = "2021"
# Binary targets are injected dynamically by the build script.
# Note: workspace = true fields removed because this is compiled in a temp directory
description = "Pezkuwi SDK component: contracts"
documentation = "https://docs.rs/contracts"
documentation.workspace = true
repository = "https://github.com/pezkuwichain/pezkuwi-sdk"
homepage = "https://pezkuwi.io"
authors = ["Pezkuwi Chain <admin@pezkuwi.io>"]
@@ -6,7 +6,7 @@ authors.workspace = true
edition.workspace = true
license.workspace = true
description = "Common utilities for pezpallet-contracts-fixtures."
documentation = "https://docs.rs/pezpallet-contracts-fixtures-common"
documentation.workspace = true
repository = { workspace = true }
homepage = { workspace = true }