Fix PRdoc that have been previously drafted with older schema (#2623)

Several PRs started introducing `prdoc` files before the schema was
final.
This PR fixes those former prdoc to ensure that pass the check and
comply with the current prdoc schema.

---------

Co-authored-by: command-bot <>
This commit is contained in:
Chevdor
2023-12-05 17:29:13 +01:00
committed by GitHub
parent 20eaad9d48
commit 5dd6a4ba47
10 changed files with 35 additions and 45 deletions
+2 -3
View File
@@ -1,7 +1,7 @@
title: Add sudo::remove_key
title: Add `sudo::remove_key`
doc:
- audience: Core Dev
- audience: Runtime User
description: |
Pallet `Sudo` now has the ability to remove the sudo key via `remove_key`. This is a less-invasive way of rendering the sudo pallet useless without needing a code upgrade.
@@ -12,6 +12,5 @@ migrations:
crates:
- name: pallet-sudo
semver: minor
host_functions: []