-
Notifications
You must be signed in to change notification settings - Fork 345
Description
What is this request related to?
Request
📋 Suggested
Support markdown files in documentation
Example:
https://docs.solidjs.com/concepts/intro-to-reactivity to support: https://docs.solidjs.com/concepts/intro-to-reactivity.md
📋 General description or bullet points
Hey guys, I've been messing with the SolidJS docs these days, and I was wondering if it's on the plan to replace the current docs with AI-friendly docs.
With the current expansion of AI models and usage in the tech space, leaving the current docs as they are without support for new AI agents is basically asking to be swallowed by the new coding era.
When coding with an AI agent in a React repo, it feels much smoother to do it with small prompts compared to SolidJS patterns. Part of this is because agents struggle to learn how to code with SolidJS, while React makes this very easy.
https://react.dev/learn/thinking-in-react.md
vs.
https://docs.solidjs.com/concepts/intro-to-reactivity.md 👎🏽 (Page doesn't exist.)
I would love to participate in or lead such a feature, but I need confirmation that this is something desired by the team.
🖥️ Reproduction of code samples in StackBlitz
No response