Add Async Backing Parachain Guide to Polkadot SDK docs#4342
Add Async Backing Parachain Guide to Polkadot SDK docs#4342DrW3RK wants to merge 5 commits intoparitytech:masterfrom DrW3RK:master
Conversation
Add async backing docs, and fix parachain module
|
The Wiki doc https://wiki.polkadot.network/docs/maintain-guides-async-backing uses async backing compatible parachain template as a reference which has been moved to https://github.com/paritytech/polkadot-sdk/tree/master/templates/parachain Currently, this PR #4295 is working on making the parachain template Async backing compatible. The content on this Async Backing PR needs to be revisited after the above PR is merged. |
There was a problem hiding this comment.
But this is still using harcoded code snippets right? the goal of my suggestion of moving it here was to make the code snippets be backed by docify.
UPDATE: I see we are blocked on #4295
| @@ -0,0 +1,452 @@ | |||
| //! # Upgrade Parachain for Asynchronous Backing Compatibility | |||
There was a problem hiding this comment.
What is the plan here will we make https://wiki.polkadot.network/docs/maintain-guides-async-backing point to here ? Because otherwise we will have to maintain this information in two places.
I don't think at this point we can remove https://wiki.polkadot.network/docs/maintain-guides-async-backing, because it has references in other articles and forum posts and it would be a bad experience if it becomes a broken link.
There was a problem hiding this comment.
Hey @alexggh That is the plan. We will retain preliminary content on that page and add a prominent link to the Polkadot SDK doc. The Wiki doc link will not be broken.
Reference Issue: w3f/polkadot-wiki#5835