-
-
Notifications
You must be signed in to change notification settings - Fork 17
Include page data in navigation entry #34
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
inetbiz
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.
d5dfcfa#499 Sample data should be more inline with real-world taxonomies. If robot is one, the other might be AI?
|
@inetbiz can this be merged? |
I don't maintain the repo. |
bec5132 to
f21f361
Compare
|
Ping @zachleat |
|
Shipping with Navigation v1.0.0 |
|
After some pre-release preliminary testing, this one has a significant performance cost: this change made my build jump from 6.56s to 54.49s. |
|
I removed the slow data copy portion of this new feature to fix the performance issues so we’ll still ship this one but do keep in mind that this change is a bit riskier (as this data is mutable) |
No worries, thanks for getting around to this! |
Fixes #17
Fixes #27