docs: added documentation for toast component changes (#7141)
* docs: added documentation for toast component changes * added redirect from use-toast docs to upgrade guide * remove unused file * content linting fixes * update UI package version * updated ui preset * fix upgrade guides main page
This commit is contained in:
@@ -14,7 +14,7 @@ export function getCategoryItems({ categoryLabel, categoryCustomId }: Options) {
|
||||
useDocsSidebar().items,
|
||||
(item) =>
|
||||
item.label === categoryLabel ||
|
||||
item.customProps.category_id === categoryCustomId
|
||||
(categoryCustomId && item.customProps.category_id === categoryCustomId)
|
||||
)?.items
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user