Skip to content

Add react api docs override for new separate apis. #1587

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

Draft
wants to merge 1 commit into
base: vnext
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 80 additions & 1 deletion docConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,86 @@
},
"Main": "https://www.infragistics.com/products/ignite-ui-react/react/components/{CONTROL_NAME}.html",
"Overview": "https://www.infragistics.com/products/ignite-ui-react/react/components/{CONTROL_NAME}.html",
"apiDocRoot": "{environment:dvApiBaseUrl}/products/ignite-ui-react/api/docs/typescript/latest/"
"apiDocRoot": "{environment:dvApiBaseUrl}/products/ignite-ui-react/api/docs/typescript/latest/",
"apiDocOverrideRoot": "{environment:dvApiBaseUrl}/products/ignite-ui-react/docs/typescript/latest/",
"apiDocOverrideComponents": [
"Accordion",
"Avatar",
"Badge",
"Banner",
"Button",
"ButtonBase",
"Calendar",
"CardActions",
"CardContent",
"CardHeader",
"CardMedia",
"Card",
"Carousel",
"CarouselIndicator",
Comment on lines +271 to +285
Copy link
Member

@damyanpetev damyanpetev Jun 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be filtered though grids and inputs packages (like much of other docs and samples functionality) instead of the basic component list? The latter can and will change, which makes this config a hassle that needs constant updating :(

"CarouselSlide",
"Checkbox",
"CheckboxBase",
"Chip",
"CircularGradient",
"CircularProgress",
"Combo",
"ComponentBoolValueChangedEventArgs",
"ComponentValueChangedEventArgs",
"DatePicker",
"DateRangeType",
"DateRangeDescriptor",
"DateTimeInput",
"Dialog",
"Divider",
"Dropdown",
"DropdownGroup",
"DropdownHeader",
"DropdownItem",
"ExpansionPanel",
"Form",
"FormData",
"FormDataEventArgs",
"FocusOptions",
"IconButton",
"Icon",
"Input",
"LinearProgress",
"List",
"ListHeader",
"ListItem",
"MaskInput",
"Navbar",
"NavDrawer",
"NavDrawerHeaderItem",
"NavDrawerItem",
"Radio",
"RadioGroup",
"RangeSlider",
"Rating",
"RatingSymbol",
"Ripple",
"Select",
"SelectGroup",
"SelectHeader",
"SelectItem",
"SizableSize",
"SizableMixin",
"Slider",
"SliderLabel",
"Snackbar",
"Step",
"Stepper",
"Switch",
"Tab",
"TabPanel",
"Tabs",
"Toast",
"Tooltip",
"Tree",
"TreeItem",
"Grid"
]
},
"WebComponents": {
"isFirstRelease": false,
Expand Down