docs: added manage tax rates documentation (#3986)

This commit is contained in:
Shahed Nasser
2023-05-02 19:43:26 +03:00
committed by GitHub
parent d539c6feeb
commit d5d1c4c102
3 changed files with 1092 additions and 18 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -82,25 +82,14 @@ Admins can create additional tax rates aside from the default tax rate. They can
Customers can review order edit requests and authorize additional payments if necessary.
<DocCardList colSize={6} items={[
<DocCardList colSize={4} items={[
{
type: 'link',
href: '#',
href: '/modules/taxes/admin/manage-tax-rates',
label: 'Admin: Manage Tax Rates',
customProps: {
icon: Icons['academic-cap-solid'],
description: 'Learn how to manage tax rates using Admin APIs.',
isSoon: true
}
},
{
type: 'link',
href: '#',
label: 'Admin: Manage Tax Overrides',
customProps: {
icon: Icons['academic-cap-solid'],
description: 'Learn how to manage tax overrides using Admin APIs.',
isSoon: true
}
},
{

View File

@@ -950,12 +950,9 @@ module.exports = {
label: "Admin: Manage Taxes",
},
{
type: "link",
href: "#",
type: "doc",
id: "modules/taxes/admin/manage-tax-rates",
label: "Admin: Manage Tax Rates",
customProps: {
sidebar_is_soon: true,
},
},
{
type: "doc",