Hello all. New to Astro, looking to move away from Storybook into a more polished representation of the documentation for the design systems that I, and my company build.
I use Lit2, and was able using the "Just the basics" starter to get Lit components working nice and easy with @astrojs/lit in an .astro file. Then, I decided to see what all the starter kit options looked like; Blog, Portfolio, and most importantly Documentation.
What I can't find or understand, even after reading about https://docs.astro.build/en/guides/integrations-guide/mdx/#components is how to integrate a custom WC into this structure. In Storybook, I have support (haven't dug into exactly how) to have any valid HTML in my .mdx files.
Anything to point me in the correct direction would be greatly appreciated. I saw a few comments on GitHub that "seemed" to say this wasn't supported.
If that IS the case, what I couldn't also find was an example in the "Documentation Starter" of how to implement (I'm new) an .astro file that is inline with other .md/.mdx files in the Pages directory.