substrate-docs
substrate-docs copied to clipboard
Substrate Developer Hub. Substrate is powered by best in class cryptographic research and comes with peer to peer networking, consensus mechanisms, and much more.
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
There was a typo in `ws-port` parameter. The document has `--rpc-port` appear twice. The second time it should be `--ws-port`. Originally the doc looks like this ``` | `--rpc-port `...
deleted an extra "is" word
append implicitly means adding 'after', while we are actually adding it 'before' the other operand. Some might not read the code & it may be misleading when you are quickly...

Doing all this to get rid of a single 'M'! To fix or not to fix?! Symptoms of OCD?!
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
The current URL for the Substrate Playground leads to a 404 error - https://docs.substrate.io/playground/
Requires #2028 for all tests to pass
I am not sure why the Smart contracts menu was disabled (maybe cause the content is not valid anymore?) but reactivating it fixes the "link issue" mentioned in https://github.com/substrate-developer-hub/substrate-docs/issues/1975 Before...