Mdx
#990
Replies: 1 comment
-
There isn't an existing plugin for this, but this should be easy to implement directly in pothos. This is basically just reading parsing the mdx files, and then returning the parsed front matter data from a resolver. It's not quite the same as what you are doing, but the pothos docs site has an API that returns metadata about docs pages for search results: https://github.com/hayes/pothos/blob/main/website/graphql/schema.ts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello it is possible through some plugins to manage the various mdx files
https://www.gatsbyjs.com/docs/how-to/routing/mdx/
https://blog.logrocket.com/create-next-js-mdx-blog/
Beta Was this translation helpful? Give feedback.
All reactions