Docs ozgun (#55)

* add branch/release field to pallet template

* don't run cargo tests on antora doc changes
This commit is contained in:
Özgün Özerk
2023-12-11 18:02:11 +03:00
committed by GitHub
parent 42ba52f97e
commit c50eb6c0ba
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -4,6 +4,8 @@
= Pallet Name link:https://google.com[{github-icon},role=heading-link]
== Branch/Release: `release-polkadot-v{x.x.x}`
== Purpose
This is a freeform description of the tasks that this pallet fulfills
@@ -14,7 +16,7 @@ This is a freeform description of the tasks that this pallet fulfills
== Config
* `ConfigType` -- desription of config. Include the possible values if there is a set of them.
* `ConfigType` -- description of config. Include the possible values if there is a set of them.
== Dispatchables
@@ -30,7 +32,7 @@ pub fn dispatchable_name(
----
Freeform description of the dispatchable. It is good to include the important things that should be included there.
// four following blocks show how to make a higlight of some information. It will become a styled block
// four following blocks show how to make a highlight of some information. It will become a styled block
NOTE: This is how you state important information that should be acknowledged