When compiling the contract, we say "Sign and Deploy" on this page, which can be removed, also there are some differences in the counter-abi.json example in the guide when comparing to what is generated in the file from running pint build.
This page also mentions deploying the contract and the essential-rest-client but it does not provide the actual steps for doing this until the Rust CLI section on this page. We may want to consider reorganizing this or calling it out for clarity.
On this page when beginning to build the rust App, we should consider instructing devs to include this code in the lib.rs file for clarity.
On this page when beginning to build the Test, we should consider instructing devs to include this code in the counter.rs file for clarity. And if it makes sense we could include, on this summary page the command for users to run the tests using cargo test.
On this page when beginning to build the Rust CLI, we should consider instructing devs to include this code in a new main.rs file for clarity.