@mintlify/prebuild 1.0.674 → 1.0.676
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -247,6 +247,8 @@ function getDivisionNav(nav) {
|
|
|
247
247
|
version: 'version',
|
|
248
248
|
language: 'language',
|
|
249
249
|
dropdown: 'dropdown',
|
|
250
|
+
product: 'product',
|
|
251
|
+
item: 'item',
|
|
250
252
|
};
|
|
251
253
|
const divisionType = Object.keys(divisionMap).find((key) => key in updatedNav);
|
|
252
254
|
return {
|