docs: added Manage Tax Settings doc (#3983)

* docs: added Manage Tax Settings doc

* fixed eslint errors
This commit is contained in:
Shahed Nasser
2023-05-02 13:11:05 +03:00
committed by GitHub
parent df52bf814e
commit eb7be96d39
4 changed files with 312 additions and 18 deletions
+2 -13
View File
@@ -945,12 +945,9 @@ module.exports = {
label: "Backend: Override Tax Calculation",
},
{
type: "link",
href: "#",
type: "doc",
id: "modules/taxes/admin/manage-tax-settings",
label: "Admin: Manage Taxes",
customProps: {
sidebar_is_soon: true,
},
},
{
type: "link",
@@ -960,14 +957,6 @@ module.exports = {
sidebar_is_soon: true,
},
},
{
type: "link",
href: "#",
label: "Admin: Manage Tax Overrides",
customProps: {
sidebar_is_soon: true,
},
},
{
type: "doc",
id: "modules/taxes/storefront/manual-calculation",