Files
pezkuwi-runtime-templates/docs/templates/runtime.adoc
T
Özgün Özerk db59c2ffb6 Generic documentation (#98)
* change runtime template, added generic-runtime documentation
2024-01-16 16:54:24 +04:00

34 lines
759 B
Plaintext

:source-highlighter: highlight.js
:highlightjs-languages: rust
:github-icon: pass:[<svg class="icon"><use href="#github-icon"/></svg>]
= Runtime Name
== Purpose
Freeform description of runtime purpose
== Configuration
// List of pallets with their config description
=== Pallet Category
[%collapsible]
====
===== `++pallet_name++` link:https://google.com[{github-icon},role=heading-link]
Freeform description of the reason why this pallet was added.
Freeform description may include important configuration parameters as:
impl pallet_name::Config for Runtime {
type Config1 = Type1;
type Config2 = Type2;
}
```
* Description of `Type1` if needed
* Description of `Type2` if needed
====
=== Important Config Changes Specific to This Template