docs: added product review guide (#11852)

* finish guide

* fix tags not showing correctly

* revert changes in prepare

* generate changes
This commit is contained in:
Shahed Nasser
2025-03-19 15:19:38 +02:00
committed by GitHub
parent 8385a5e34d
commit ee014e063e
14 changed files with 30436 additions and 12190 deletions
@@ -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)
)
})
}
+4
View File
@@ -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"
+4
View File
@@ -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"
+4
View File
@@ -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"