Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to reflect collections and lazy removal #44

Merged
merged 11 commits into from
Feb 16, 2022

Conversation

HCastano
Copy link
Contributor

@HCastano HCastano commented Feb 15, 2022

This updates the docs in order to reflect the fact that the collections and lazy
modules were removed in use-ink/ink#1111.

I've added a short page on how to initialize the Mapping, although this could be
fleshed out a bit more in the future to match the old HashMap docs (which are still
around, just hidden from the sidebar).

There's also some mentions of StorageVec in the dynamic storage allocators docs. I
think we'll be removing this in the future, so I left those pages untouched. Same goes
for Memory.

I've also fixed some of the line lengths in places, so that blows up the diff a little.

Closes #42, use-ink/ink#1128.

@HCastano
Copy link
Contributor Author

So the CI is failing because https://paritytech.github.io/ink-docs/datastructures/mapping doesn't exist yet (was introduced in this PR)

@cmichi cmichi merged commit a1d4d60 into master Feb 16, 2022
@cmichi cmichi deleted the hc-collection-removal-updates branch February 16, 2022 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapt docs to hidden lazy and collections
2 participants