You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2024. It is now read-only.
The Basic Example pallet is really useful but could probably be broken down into smaller example pallets, focusing on the different things it demonstrates for e.g.:
different ways to configure weights
examples of signed extensions
examples of storages
best practices for using internal public/private functions
Although this pallet has basic functionality in terms of what it does it by no means is basic 🫠
The text was updated successfully, but these errors were encountered:
I think a lot of these topics are essentially reference docs and should be moved to this format, as opposed to an example pallet. See my comment in paritytech/polkadot-sdk#1554 (review). Suggest concluding this before making example pallets.
sacha-l
pushed a commit
to paritytech/polkadot-sdk
that referenced
this issue
Sep 18, 2023
This fixes the broken links in the crate level documentation of the
Examples crate. It also updates the documentation for the Basic Example
pallet by removing the template for documenting a pallet (we now have
[this](https://github.com/paritytech/polkadot-sdk/blob/master/docs/DOCUMENTATION_GUIDELINE.md)
to refer to instead).
Note: I found it unnecessary to provide a link to the doc guidelines as
I don't think this would be where someone should discover them. I also
want to flag some ideas that came while making these minor improvements
in [this
issue](paritytech/polkadot-sdk-docs#27) (for a
subsequent PR) as part of ongoing docs work.
bgallois
pushed a commit
to duniter/duniter-polkadot-sdk
that referenced
this issue
Mar 25, 2024
…ech#1546)
This fixes the broken links in the crate level documentation of the
Examples crate. It also updates the documentation for the Basic Example
pallet by removing the template for documenting a pallet (we now have
[this](https://github.com/paritytech/polkadot-sdk/blob/master/docs/DOCUMENTATION_GUIDELINE.md)
to refer to instead).
Note: I found it unnecessary to provide a link to the doc guidelines as
I don't think this would be where someone should discover them. I also
want to flag some ideas that came while making these minor improvements
in [this
issue](paritytech/polkadot-sdk-docs#27) (for a
subsequent PR) as part of ongoing docs work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Basic Example pallet is really useful but could probably be broken down into smaller example pallets, focusing on the different things it demonstrates for e.g.:
Although this pallet has basic functionality in terms of what it does it by no means is basic 🫠
The text was updated successfully, but these errors were encountered: