-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[docs] Fix demo links for new util components #10337
Conversation
1783795
to
7d0e0aa
Compare
I'm looking into it. |
@oliviertassinari oh ok. The build tipped me off that I shouldn't have modified the .md files directly, so I was closing while revisiting the approach. But 👍if you're on it. Thanks! |
@jprince It's already fixed in #10288, but @oliviertassinari is going to generalize the approach. |
Alright, I have found an elegant solution: consistency with the folder structure 👌. |
7d0e0aa
to
696c604
Compare
|
||
if (pathname.indexOf('/demos') === 0) { |
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.
The code branch is no longer needed.
696c604
to
6b74216
Compare
# This isn't user facing code. | ||
# Let's take advantage of the most up to date node version. | ||
docker: | ||
- image: circleci/node:9.4 |
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.
60% speed up
In ed76e11, released in v1.0.0-beta.34, several components were moved into the utils section. When making that change, a few links from component API docs to their demos were broken.