-
Notifications
You must be signed in to change notification settings - Fork 41
add: build support for doc file (.mdx,.md) #538
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
|
commit: |
|
This looks good minus the one comment as far as the build side goes. I think we should add a |
|
So the |
| return v.parse(v.array(categorySchema), JSON.parse(fs.readFileSync(outputFilePath).toString())); | ||
| } | ||
|
|
||
| export function documentationCoverage(categories: Category[]) { |
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.
lets move this to /utils/prompts cause it fits better context wise there
|
Sorry it wasn't my intention to wait all day to review this but I was busy and ended up forgetting 😅 |
|
Closing this in favor of #577 |


I simply copied what had been done for the tests, in order to include the .md and .mdx extensions in the build.