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:
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "The single package with examples of various types of FRAME pallets"
|
||||
publish = false
|
||||
documentation = "https://docs.rs/pezpallet-examples"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "FRAME example authorization transaction extension pezpallet"
|
||||
publish = false
|
||||
documentation = "https://docs.rs/pezpallet-example-authorization-tx-extension"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -9,7 +9,7 @@ repository.workspace = true
|
||||
description = "FRAME example pezpallet"
|
||||
readme = "README.md"
|
||||
publish = false
|
||||
documentation = "https://docs.rs/pezpallet-example-basic"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -9,7 +9,7 @@ repository.workspace = true
|
||||
description = "FRAME example pezpallet demonstrating derive_impl / default_config in action"
|
||||
readme = "README.md"
|
||||
publish = false
|
||||
documentation = "https://docs.rs/pezpallet-default-config-example"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "FRAME example pezpallet"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezpallet-dev-mode"
|
||||
documentation.workspace = true
|
||||
publish = false
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "FRAME example kitchensink pezpallet"
|
||||
publish = false
|
||||
documentation = "https://docs.rs/pezpallet-example-kitchensink"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Example FRAME pezpallet for multi-block migrations"
|
||||
publish = false
|
||||
documentation = "https://docs.rs/pezpallet-example-mbm"
|
||||
documentation.workspace = true
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -9,7 +9,7 @@ repository.workspace = true
|
||||
description = "FRAME example pezpallet for offchain worker"
|
||||
readme = "README.md"
|
||||
publish = false
|
||||
documentation = "https://docs.rs/pezpallet-example-offchain-worker"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -11,7 +11,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "FRAME example pezpallet with umbrella crate"
|
||||
publish = false
|
||||
documentation = "https://docs.rs/pezpallet-example-pezframe-crate"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "FRAME example pezpallet demonstrating best-practices for writing storage migrations."
|
||||
publish = false
|
||||
documentation = "https://docs.rs/pezpallet-example-single-block-migrations"
|
||||
documentation.workspace = true
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -9,7 +9,7 @@ repository.workspace = true
|
||||
description = "FRAME example split pezpallet"
|
||||
readme = "README.md"
|
||||
publish = false
|
||||
documentation = "https://docs.rs/pezpallet-example-split"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Pallet to demonstrate the usage of Tasks to recognize and execute service work"
|
||||
publish = false
|
||||
documentation = "https://docs.rs/pezpallet-example-tasks"
|
||||
documentation.workspace = true
|
||||
homepage = { workspace = true }
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -7,7 +7,7 @@ license.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Pallet to demonstrate the usage of view functions to query pezpallet state"
|
||||
documentation = "https://docs.rs/pezpallet-example-view-functions"
|
||||
documentation.workspace = true
|
||||
publish = false
|
||||
|
||||
[lints]
|
||||
|
||||
Reference in New Issue
Block a user