-
-
Notifications
You must be signed in to change notification settings - Fork 100
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 |
No description provided.