docs: updates and improvements to JS SDK guides (#12026)

This commit is contained in:
Shahed Nasser
2025-03-28 12:45:45 +02:00
committed by GitHub
parent b1b3b48474
commit 3fa19ae4f1
15 changed files with 18707 additions and 17423 deletions
+8 -3
View File
@@ -59,22 +59,27 @@ export const toolsSidebar = [
path: "/js-sdk",
title: "Overview",
},
{
type: "link",
path: "/js-sdk/auth/overview",
title: "Authentication",
},
{
type: "separator",
},
{
type: "category",
title: "Auth",
title: "auth Methods",
autogenerate_path: "/references/js_sdk/auth/Auth/methods",
},
{
type: "category",
title: "Store",
title: "store Methods",
autogenerate_path: "/references/js_sdk/store/Store/properties",
},
{
type: "category",
title: "Admin",
title: "admin Methods",
autogenerate_path: "/references/js_sdk/admin/Admin/properties",
},
],