Improve runtime calls generation
All threads resolved!
All threads resolved!
Use tera templates to render documentation.
Merge request reports
Activity
Filter activity
requested review from @tuxmain
assigned to @HugoTrentesaux
The old template was using
<details>
a lot, meaning user had to click to see the documentation. In the new template,<details>
is only used to reveal the typing of the extrinsic arguments.- old: https://git.duniter.org/nodes/rust/duniter-v2s/-/blob/3b84a169fee2085f3ef947b5d530b2cc99499559/docs/api/runtime-calls.md
- new: https://git.duniter.org/nodes/rust/duniter-v2s/-/blob/f8956c8f1f1b54cf7717e552c851e3fcf16a703e/docs/api/runtime-calls.md
In addition of being more readable straight in GitLab, it is better integrated in the duniter.org website.
Example of integration: https://duniter.org/wiki/duniter-v2/runtime-calls/ (using the doc generated un this MR)
- Resolved by Pascal Engélibert
- Resolved by Pascal Engélibert
- Resolved by Pascal Engélibert
added 2 commits
enabled an automatic merge when the pipeline for 3758c061 succeeds
mentioned in commit 09d5fb57
Please register or sign in to reply