Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Renaming in docs #1086

Merged
merged 12 commits into from
Jul 12, 2019
Merged

Renaming in docs #1086

merged 12 commits into from
Jul 12, 2019

Conversation

spalladino
Copy link
Contributor

Applies renaming for new branding in docs. It is suggested to review this PR commit-by-commit.

Copy link
Contributor

@jbcarpanelli jbcarpanelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, that was big @spalladino! I left some comments, most of them nits we might want to discuss in order to be aligned in both READMEs that I'm working on and the docsite.

packages/docs/docs/docs/apis.md Outdated Show resolved Hide resolved
Using `zos push --network geth_ropsten` or `zos push --network parity_ropsten` will both produce a file named `zos.ropsten.json` no matter which method was used to connect to the ropsten network. ZeppelinOS will automatically detect which public network is being referred to (using web3.network.getVersion()) and use this information for determining the file name.
When dealing with local networks, ZeppelinOS will generate files with `dev-<network_id>`, given that these networks are not public and don't have a canonical name. Using `zos push --network local` will produce a file named `zos.dev-1540303312049.json` (or some other number representing the network id of the local network).
Using `openzeppelin push --network geth_ropsten` or `openzeppelin push --network parity_ropsten` will both produce a file named `ropsten.json` no matter which method was used to connect to the ropsten network. OpenZeppelin SDK will automatically detect which public network is being referred to (using web3.network.getVersion()) and use this information for determining the file name.
When dealing with local networks, OpenZeppelin SDK will generate files with `dev-<network_id>`, given that these networks are not public and don't have a canonical name. Using `openzeppelin push --network local` will produce a file named `dev-1540303312049.json` (or some other number representing the network id of the local network).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It feels weird to read OpenZeppelin SDK without a The before in some cases, but I'm not sure when to include it or not...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. I'm including it whenever it is used as a noun, not as an adjective:

  • "When dealing with local networks, the OpenZeppelin SDK will generate files..."
  • "And link your OpenZeppelin SDK project to the..."

packages/docs/docs/docs/erc20_onboarding.md Show resolved Hide resolved
packages/docs/docs/docs/erc20_onboarding.md Outdated Show resolved Hide resolved
packages/docs/docs/docs/faq.md Show resolved Hide resolved
packages/docs/docs/docs/mainnet.md Show resolved Hide resolved
packages/docs/docs/docs/pattern.md Outdated Show resolved Hide resolved
@spalladino
Copy link
Contributor Author

@jcarpanelli thanks so much for reviewing! Ready for another round.

Copy link
Contributor

@jbcarpanelli jbcarpanelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀

@jbcarpanelli jbcarpanelli merged commit 16aec02 into master Jul 12, 2019
@mergify mergify bot deleted the rename/docs branch July 12, 2019 16:23
@spalladino spalladino mentioned this pull request Jul 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants