docs: small fixes across the documentation (#2692)

* docs: various bug fixes

* docs: add the import in other storage plugins

* docs: fixed the placement of manual taxes doc
This commit is contained in:
Shahed Nasser
2022-11-29 16:29:55 +02:00
committed by GitHub
parent 0c8bdf4dad
commit a917b0a109
6 changed files with 31 additions and 21 deletions
+5 -5
View File
@@ -209,6 +209,11 @@ module.exports = {
id: "advanced/storefront/how-to-implement-checkout-flow",
label: "Implement Checkout"
},
{
type: "doc",
id: "advanced/backend/taxes/manual-calculation",
label: "Calculate Taxes Manually"
},
{
type: "doc",
id: "advanced/storefront/use-sales-channels",
@@ -230,11 +235,6 @@ module.exports = {
id: "advanced/admin/import-prices",
label: "Import Prices"
},
{
type: "doc",
id: "advanced/backend/taxes/manual-calculation",
label: "Calculate Taxes Manually"
},
{
type: "doc",
id: "advanced/backend/price-lists/use-api",