watson-developer-cloud / discovery-components

IBM Watson Discovery components
https://watson-developer-cloud.github.io/discovery-components/storybook
Apache License 2.0
22 stars 38 forks source link

docs: tell jekyll to ignore the storybook dir #573

Closed jhpedemonte closed 4 months ago

jhpedemonte commented 4 months ago

What do these changes do/fix?

Our published storybook isn't loading currently. It gets a 404 when querying storybook files that start with an underscore.

The underlying issue is that jekyll (which is what GH pages uses) ignores files that start with an underscore. To circumvent that, this PR adds a .nojekyll (info) file in docs/storybook. Hopefully that fixes this issue.

How do you test/verify these changes?

Have you documented your changes (if necessary)?

Are there any breaking changes included in this pull request?