-
-
Notifications
You must be signed in to change notification settings - Fork 99
New Documentation #1204
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: main
Are you sure you want to change the base?
New Documentation #1204
Conversation
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
- Replaced meta/header components in AccordionDocumentation.razor with DemosPageHeadSection for improved structure and SEO. - Removed PageHero and CarbonAds sections; added DocsLink to main docs. - Created Accordion_Doc_01_Documentation.razor as a dedicated reference page with meta tags, screenshot, parameter/method/event tables, and demo link. - Improved separation between demo and documentation for clarity and maintainability.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
Major refactor to introduce new DocsMainLayout and DemosMainLayout using BlazorBootstrapLayout for consistent header, sidebar, content, and footer across docs and demo pages. Updated all documentation and demo .razor files to use the new layouts. Expanded DemoRouteConstants with explicit route constants for all sections. Improved sidebar navigation logic in layout code-behind. Updated EnumInput docs for consistency and fixed a binding bug in EnumInput_Demo_03_Sizes. Cleaned up unused usings and namespaces. New layouts provide a modern, unified user experience.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
Added initial documentation .razor files for various UI components and utilities. Each page includes route/layout setup, metadata, demo link, screenshot, and sections for parameters, methods, and events. Current content uses placeholders referencing the Alert component and a sample image; to be customized per component in future updates. No existing files were modified.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
Corrected the documentation pages for multiple components by updating the parameter, method, and event tables to reference the correct component types instead of "Alert". Also fixed the demo links to point to the appropriate demo pages for each component. Added missing parameter tables for nested or related component types (e.g., CardBody, CardFooter, ChartData, etc.) to improve documentation completeness and accuracy.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
Updated documentation for AutoComplete, CheckboxInput, ConfirmDialog, CurrencyInput, DateInput, Dropdown, and EnumInput: - Demo links now point to the correct component demos. - Parameter, method, and event tables reference the correct component types instead of Alert. - Dropdown docs now include sections for subcomponents (ToggleButton, ActionButton, Menu, Header, Item). - ConfirmDialog docs include ConfirmDialogOptions members. - Updated componentName and pageUrl variables for accuracy. - Added placeholder TEnum in EnumInput docs. These changes improve accuracy and clarity of the component documentation.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
Updated documentation pages for NumberInput, PasswordInput, RadioInput, RangeInput, Switch, TextAreaInput, TextInput, TimeInput, Grid, and Icon to reference their correct component types instead of "Alert". Fixed demo links and DocxTable TItem types for each component. Expanded Grid docs with sections for GridColumn, GridColumns, GridDetailView, and GridSettings. Cleaned up Icon docs to only include parameters. These changes ensure accurate API documentation for each component.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
Updated documentation pages to use the correct component names, demo links, and API tables instead of referencing the Alert component. Added or adjusted sections for subcomponent documentation where appropriate. Removed obsolete ColorUtil documentation. This ensures each page accurately documents its intended component.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
Renamed "Members"/"Parameters" sections to "Properties" and switched to DocType.Properties for related types in chart, grid, sidebar, and toast docs. Updated "Charts" nav link to point to BarChart docs. Removed redundant "BreadcrumbItem Parameters", "Methods", and "Events" sections from Breadcrumb, Callout, and SortableList docs for clarity. Improves documentation accuracy and focus.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
Replaced <PageMetaTags>, <PageHero>, and <CarbonAds /> with new <DemosPageHeadSection> across all documentation/demo pages for consistent header rendering and meta handling. Added <DocsLink> to each page for direct access to relevant documentation. This standardizes page headers and improves maintainability.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
Added numerous public constants to DemoScreenshotSrcConstants for referencing screenshot image paths of various demo pages and components. This centralizes and simplifies access to screenshot sources throughout the codebase. Some constants are placeholders and may be updated as more screenshots become available.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
Replaced hardcoded image URLs in documentation files for Accordion, Alert, Badge, Breadcrumb, and Buttons components with corresponding constants from DemoScreenshotSrcConstants. This ensures each doc page displays a relevant image for its component.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1204.centralus.3.azurestaticapps.net |
No description provided.