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)
|
||||
)
|
||||
})
|
||||
}
|
||||
|
||||
@@ -63,6 +63,10 @@ export const product = [
|
||||
"title": "Get Variant Price with Taxes",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/price-with-taxes"
|
||||
},
|
||||
{
|
||||
"title": "Implement Product Reviews",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-reviews"
|
||||
},
|
||||
{
|
||||
"title": "Build Wishlist Plugin",
|
||||
"path": "https://docs.medusajs.com/resources/plugins/guides/wishlist"
|
||||
|
||||
@@ -55,6 +55,10 @@ export const server = [
|
||||
"title": "Implement Quote Management",
|
||||
"path": "https://docs.medusajs.com/resources/examples/guides/quote-management"
|
||||
},
|
||||
{
|
||||
"title": "Product Reviews",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-reviews"
|
||||
},
|
||||
{
|
||||
"title": "Build Wishlist Plugin",
|
||||
"path": "https://docs.medusajs.com/resources/plugins/guides/wishlist"
|
||||
|
||||
@@ -23,6 +23,10 @@ export const tutorial = [
|
||||
"title": "Implement Quote Management",
|
||||
"path": "https://docs.medusajs.com/resources/examples/guides/quote-management"
|
||||
},
|
||||
{
|
||||
"title": "Product Reviews",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-reviews"
|
||||
},
|
||||
{
|
||||
"title": "Build Wishlist Plugin",
|
||||
"path": "https://docs.medusajs.com/resources/plugins/guides/wishlist"
|
||||
|
||||
Reference in New Issue
Block a user