-
-
Notifications
You must be signed in to change notification settings - Fork 2
docs: add composable pages #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request adds comprehensive documentation for missing composable pages across the v0 framework. The purpose is to provide complete API documentation, examples, and usage instructions for various composables that were previously undocumented.
- Adds documentation for 17 composables across system, selection, registration, plugin, and foundation categories
- Reorganizes the navigation structure to group composables by category
- Provides comprehensive API documentation with TypeScript interfaces, examples, and usage patterns
Reviewed Changes
Copilot reviewed 19 out of 20 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
use-logger.md |
Complete rewrite with API documentation and examples for the logger composable |
use-layout.md |
New documentation for layout management composable |
use-keydown.md |
Enhanced documentation with additional API details and examples |
use-step.md |
Complete rewrite with API documentation for step navigation |
use-single.md |
Enhanced documentation with comprehensive API details |
use-selection.md |
New documentation for the base selection composable |
use-group.md |
Complete rewrite with API documentation |
use-filter.md |
Complete rewrite with filtering examples and API details |
use-tokens.md |
Enhanced documentation with comprehensive examples |
use-registry.md |
Enhanced documentation with additional API methods |
use-proxy-model.md |
New documentation for proxy model composable |
use-theme.md |
Complete rewrite with theming examples |
use-storage.md |
Complete rewrite with storage management documentation |
use-locale.md |
Complete rewrite with internationalization examples |
use-hydration.md |
Complete rewrite with SSR hydration documentation |
use-breakpoints.md |
Complete rewrite with responsive design documentation |
create-plugin.md |
Complete rewrite with plugin factory documentation |
index.md |
Reorganized navigation structure by category |
AppNav.vue |
Updated navigation structure to match new categorization |
Co-authored-by: Copilot <[email protected]>
Adds missing composable pages
ToDo