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 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-consensus-aura"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-consensus-babe"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Primitives for BEEFY protocol."
|
||||
documentation = "https://docs.rs/pezsp-consensus-beefy"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Common utilities for building and using consensus engines in bizinikiwi."
|
||||
documentation = "https://docs.rs/pezsp-consensus/"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Primitives for GRANDPA integration, suitable for WASM compilation."
|
||||
documentation = "https://docs.rs/pezsp-consensus-grandpa"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-consensus-pow"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
||||
license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository = "https://github.com/pezkuwichain/pezkuwi-sdk/"
|
||||
documentation = "https://docs.rs/pezsp-consensus-sassafras"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-consensus-slots"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user