-
Notifications
You must be signed in to change notification settings - Fork 832
Update doc routes, center all the docs examples #979
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
Conversation
| @@ -1,5 +1,7 @@ | |||
| ## Hint | |||
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.
Bizzarely there's never been any of our many hint example on this page!
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.
Seems good to add one
| @@ -1,65 +1,63 @@ | |||
| import presentation from '../../docs/presentation.md'; | |||
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.
i was trying to figure out where to put highlight and hexbin and I rage quit trying to mentally diff the whole thing
benshope
left a comment
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.
Looks good to me!
| @@ -1,5 +1,7 @@ | |||
| ## Hint | |||
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.
Seems good to add one
| "d3-random": "^1.1.0", | ||
| "react-virtualized": "^9.18.5", | ||
| "react-vis": "^1.9.2" | ||
| "react-vis": "^1.11.2" |
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.
nice! I wonder how this got out of date - perhaps bumping this should also be part of a script
No description provided.