segmentio / evergreen

🌲 Evergreen React UI Framework by Segment
https://evergreen.segment.com
MIT License
12.39k stars 832 forks source link

Fixup path generation for in-progress pattern components #1203

Closed akleiner2 closed 3 years ago

akleiner2 commented 3 years ago

Overview We were erroneously relying on the file system to generate this particular path. While for the overview page, we should still count that as a part of path generation, we should skip out the /props specifically if the component is in progress.

Screenshots (if applicable) N/A build should work as expected

Documentation

akleiner2 commented 3 years ago

GH Actions is still down, so going to land anyways (tested this locally)