mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-13 01:11:04 +00:00
Docs ozgun (#55)
* add branch/release field to pallet template * don't run cargo tests on antora doc changes
This commit is contained in:
Vendored
+4
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user