Files

34 lines
777 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 pezpallets with their config description
=== Pezpezpallet Category
[%collapsible]
====
===== `++pezpallet_name++` link:https://google.com[{github-icon},role=heading-link]
Freeform description of the reason why this pezpallet was added.
Freeform description may include important configuration parameters as:
impl pezpallet_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