Astro
Configure fromsrc in Astro apps
Install dependencies:
Use a docs route that reads MDX as raw text and renders HTML:
For the default scaffold shape, redirect / to /docs in src/pages/index.astro and render the docs shell in src/pages/docs.astro.
If you need adapter-level control for component wiring, use the Astro adapter:
Keep markdown content in content/docs/ so navigation and AI endpoints stay aligned across frameworks.