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

docs: restructure the docs website #305

Merged
merged 46 commits into from
Oct 23, 2018
Merged

docs: restructure the docs website #305

merged 46 commits into from
Oct 23, 2018

Conversation

come-maiz
Copy link
Contributor

Fixes: zeppelinos/zos-docs#94

[CI skip]

eternauta1337 and others added 30 commits October 17, 2018 16:08
#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
@come-maiz
Copy link
Contributor Author

This requires #288 and #222.
It's missing some testing, but I would like to first focus on the structure and the content. Then we can iterate next week, adding and improving pieces.
Also we need to discuss about NODE_ENV=test and that coward error message :)

@facuspagnuolo facuspagnuolo self-assigned this Oct 22, 2018
@come-maiz come-maiz added the kind:documentation Write or review documentation content label Oct 22, 2018
Copy link
Contributor

@facuspagnuolo facuspagnuolo left a 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

@come-maiz
Copy link
Contributor Author

@facuspagnuolo Travis seems to have hiccups, and I can't merge this one. Can you?

@facuspagnuolo facuspagnuolo merged commit 542ba32 into OpenZeppelin:master Oct 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind:documentation Write or review documentation content
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redesign doc site architecture
5 participants