This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 200
docs: restructure the docs website #305
Merged
facuspagnuolo
merged 46 commits into
OpenZeppelin:master
from
come-maiz:docs/restructure
Oct 23, 2018
Merged
docs: restructure the docs website #305
facuspagnuolo
merged 46 commits into
OpenZeppelin:master
from
come-maiz:docs/restructure
Oct 23, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…orage proxy pattern.
#281) Changes both create and update commands to retrieve the package version of either the project package or the dependency package when annotating the proxy version in the network json file.
* Check if project is published before freeze * Check if package exists instead of if app exists
The demos are outdated. For 2.0, they should probably be replaced with simpler examples. Fixes: #96 [CI skip]
* Rename stdlib/dependency to package Fix unit tests Modify option on integration test command call Rename dependencies to packages in vouching Change and revert some names Change 'package' to 'dependencies' when necessary * Implement suggestions from spalladino
Given a contract with a mapping or array (not struct), the check for whether it contained structs or enums failed if there was no variable with the same type as the value type of the mapping or array. For instance, a contract with a variable of type `array(string)` and another `string` would work, but a contract with just `array(string)` would fail.
Previously the check was done only when uploading contracts, and caused the solidity lib upload to fail with an EVM revert.
* Clean the main README Fixes #232 * Added links to the blog and twitter * Added links to the blog and twitter * Update the docs README with suggestions by @facuspagnuolo
facuspagnuolo
approved these changes
Oct 22, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving this one and will take another look at it navigating the site
@facuspagnuolo Travis seems to have hiccups, and I can't merge this one. Can you? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: zeppelinos/zos-docs#94
[CI skip]