From f14c6ccfa181043dc28365ac277adca2ef887cba Mon Sep 17 00:00:00 2001 From: Nikita Khateev Date: Wed, 13 Dec 2023 16:57:54 +0400 Subject: [PATCH] updated template to mitigate the glitch --- docs/templates/pallet.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/templates/pallet.adoc b/docs/templates/pallet.adoc index 2d59675..305189d 100644 --- a/docs/templates/pallet.adoc +++ b/docs/templates/pallet.adoc @@ -2,7 +2,7 @@ :highlightjs-languages: rust :github-icon: pass:[] -= Pallet Name link:https://google.com[{github-icon},role=heading-link] += Pallet Name Branch/Release: `release-polkadot-v{x.x.x}` @@ -14,14 +14,14 @@ This is a freeform description of the tasks that this pallet fulfills * _Term_ -- definition of the term -== Config +== Config link:https://google.com[{github-icon},role=heading-link] * Pallet-specific configs ** `ConfigType` -- description of config. Include the possible values if there is a set of them. * Common configs ** `ConfigType` -- description of config, if needed -== Dispatchables +== Dispatchables link:https://google.com[{github-icon},role=heading-link] [.contract-item] [[dispatchable_name]]