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:
@@ -10,7 +10,7 @@ repository.workspace = true
|
||||
description = "FRAME pezpallet for WASM contracts"
|
||||
readme = "README.md"
|
||||
include = ["CHANGELOG.md", "README.md", "benchmarks/**", "build.rs", "src/**/*"]
|
||||
documentation = "https://docs.rs/pezpallet-contracts"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -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 }
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ license.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "A mock network for testing pezpallet-contracts"
|
||||
documentation = "https://docs.rs/pezpallet-contracts-mock-network"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Procedural macros used in pallet_contracts"
|
||||
documentation = "https://docs.rs/pezpallet-contracts-proc-macro"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Exposes all the host functions that a contract can import."
|
||||
documentation = "https://docs.rs/pezpallet-contracts-uapi"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user