docs: added product review guide (#11852)
* finish guide * fix tags not showing correctly * revert changes in prepare * generate changes
This commit is contained in:
@@ -46,11 +46,7 @@ const getIntersectionTags = (tags: string): Tag => {
|
||||
return tagsToIntersect
|
||||
.slice(1)
|
||||
.every((otherTag) =>
|
||||
otherTag.some(
|
||||
(otherTagItem) =>
|
||||
otherTagItem.title === tagItem.title &&
|
||||
otherTagItem.path === tagItem.path
|
||||
)
|
||||
otherTag.some((otherTagItem) => otherTagItem.path === tagItem.path)
|
||||
)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user