docs: document JS SDK installation (#9611)

- Add a page introducing JS SDK + how to install and use it (generally)
- Adjust admin tips on how to send requests
- Adjust storefront tips to mention JS SDK
- Add in the API reference intro how to install JS SDK
- Other related additions / changes

Closes DX-957
This commit is contained in:
Shahed Nasser
2024-10-18 12:47:40 +00:00
committed by GitHub
parent 5b91d71318
commit 85865c18ff
11 changed files with 666 additions and 184 deletions
+5
View File
@@ -76,6 +76,11 @@ export const navDropdownItems: NavigationItem[] = [
title: "Medusa CLI",
link: "/v2/resources/medusa-cli",
},
{
type: "link",
title: "JS SDK",
link: "/v2/resources/js-sdk",
},
{
type: "link",
title: "Next.js Starter",