Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes multiple changes to the
www
components and thepackages/styles
to improve the layout and functionality of the documentation pages. The most important changes include updates to thetabs.styl
file, the addition of new components, and enhancements to existing components.Layout and Styling Updates:
packages/styles/core/components/tabs.styl
: Changed the flex direction of.tabs-trigger
from column to row to improve the layout of tab triggers.New Components:
www/components/documentation/content.vue
: Added a newDocumentationContent
component with a template and scoped styling.www/components/documentation/header.vue
: Added a newDocumentationHeader
component with a template, script setup, and scoped styling.www/components/documentation/sidebar.vue
: Added a newDocumentationSidebar
component with a template, script setup, and scoped styling.Enhancements to Existing Components:
www/components/hero.vue
: Added a router instance and updated button click handlers to navigate to specific documentation pages. [1] [2]Page Layout Updates:
www/pages/documentation.vue
: Updated theDocumentation
page to use the newContainer
,DocumentationHeader
,DocumentationSidebar
, andDocumentationContent
components for a more structured layout.