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
+3 -4
View File
@@ -46,12 +46,11 @@ Customers can view calculated taxes during their checkout process.
},
{
type: 'link',
href: '#',
label: 'Admin: Manage Tax Providers',
href: '/modules/taxes/admin/manage-tax-settings',
label: 'Admin: Manage Tax Settings',
customProps: {
icon: Icons['academic-cap-solid'],
description: 'Learn how to manage a taxes using Admin APIs.',
isSoon: true
description: 'Learn how to manage tax settings using Admin APIs.',
}
},
]} />