-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Is your feature request related to a problem? Please describe.
As the library continues to grow with new features, maintaining documentation within a single README.md file is becoming increasingly difficult. The current format makes it harder to manage, update, and navigate, especially for new users who are trying to understand the library's capabilities.
Describe the solution you'd like
A dedicated documentation site built using VitePress to provide:
- Structured & Organized Docs – Break down documentation into sections (e.g., Getting Started, API Reference, Examples, FAQs, etc.)
- Easier Navigation – Allow users to quickly find relevant information without scrolling through a long README.
- Better Scalability – As more features are added, a documentation site will be easier to maintain compared to a growing markdown file.
- Live Code Examples – Potentially integrate interactive code snippets to showcase how different features work.
Describe alternatives you've considered
- Keeping the documentation within README.md but splitting it into multiple files within a
/docsfolder. - Using Docusaurus, though VitePress seems lighter and better suited for this project.
Screenshots or screen records
N/A
Additional context
This would greatly improve the developer experience by making it easier to onboard new users, find information, and keep documentation up to date as the library evolves.
Would you like to work on this feature?
I’d be happy to set up the initial structure, but contributions from the community would be welcome to improve and expand the docs over time.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed