Skip to content
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

fix(docs): ship up markdown files that contain components #4776

Merged
merged 4 commits into from
Sep 30, 2024

Conversation

dsinghvi
Copy link
Member

If the files that contain components are md files, then we should still ship them up as part of pages.


files.forEach((file) => {
jsFilePaths.add(file);
});
} else if (absoluteFilePath.match(/\.(js|ts|jsx|tsx)$/) != null) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing direct file match

@dsinghvi dsinghvi merged commit 854efd5 into main Sep 30, 2024
21 of 22 checks passed
@dsinghvi dsinghvi deleted the dsinghvi/ship-up-md-files-with-components branch September 30, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants