From c8c0ada27d298d14325e37b5ec5751376394540f Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 17 Apr 2023 15:48:53 +0300 Subject: [PATCH] docs: added products conceptual docs (#3854) * docs: added products conceptual docs * eslint fixes * adjusted pricing note in show-products docs --- docs/content/modules/products/overview.mdx | 3 +- docs/content/modules/products/products.md | 158 ++++++++++++++++++ .../products/storefront/show-products.mdx | 10 +- docs/styles/docs/Acronyms.yml | 3 +- www/docs/sidebars.js | 7 +- 5 files changed, 172 insertions(+), 9 deletions(-) create mode 100644 docs/content/modules/products/products.md diff --git a/docs/content/modules/products/overview.mdx b/docs/content/modules/products/overview.mdx index a118db171f..87f3205c0a 100644 --- a/docs/content/modules/products/overview.mdx +++ b/docs/content/modules/products/overview.mdx @@ -130,12 +130,11 @@ Learn how product-related entities are build, their relation to other modules, a { diff --git a/docs/styles/docs/Acronyms.yml b/docs/styles/docs/Acronyms.yml index fa1f841057..368fe3ac45 100644 --- a/docs/styles/docs/Acronyms.yml +++ b/docs/styles/docs/Acronyms.yml @@ -71,4 +71,5 @@ exceptions: - SID - VIP - UPS - - RMA \ No newline at end of file + - RMA + - JSONB \ No newline at end of file diff --git a/www/docs/sidebars.js b/www/docs/sidebars.js index abb3a8d981..51925b56a8 100644 --- a/www/docs/sidebars.js +++ b/www/docs/sidebars.js @@ -588,12 +588,9 @@ module.exports = { }, }, { - type: "link", - href: "#", + type: "doc", + id: "modules/products/products", label: "Products", - customProps: { - sidebar_is_soon: true, - }, }, { type: "doc",