Fixes doc links for `procedural` crate (#5023)
This PR fixes the documentation for FRAME Macros when pointed from
`polkadot_sdk_docs` crate. This is achieved by referring to the examples
in the `procedural` crate, embedded via `docify`.
---------
Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com>
Showing
- Cargo.lock 11 additions, 0 deletionsCargo.lock
- substrate/frame/support/procedural/Cargo.toml 30 additions, 1 deletionsubstrate/frame/support/procedural/Cargo.toml
- substrate/frame/support/procedural/examples/proc_main/inject_runtime_type.rs 3 additions, 0 deletions...port/procedural/examples/proc_main/inject_runtime_type.rs
- substrate/frame/support/procedural/examples/proc_main/main.rs 737 additions, 0 deletions...trate/frame/support/procedural/examples/proc_main/main.rs
- substrate/frame/support/procedural/examples/proc_main/runtime.rs 0 additions, 0 deletions...te/frame/support/procedural/examples/proc_main/runtime.rs
- substrate/frame/support/procedural/examples/proc_main/tasks.rs 5 additions, 6 deletions...rate/frame/support/procedural/examples/proc_main/tasks.rs
- substrate/frame/support/procedural/src/lib.rs 86 additions, 23 deletionssubstrate/frame/support/procedural/src/lib.rs
- substrate/frame/support/src/lib.rs 5 additions, 112 deletionssubstrate/frame/support/src/lib.rs
- substrate/frame/support/src/tests/mod.rs 0 additions, 5 deletionssubstrate/frame/support/src/tests/mod.rs
Please register or sign in to comment