docs: add guide on how to seed data (#9449)

Add a guide on how to seed data using a custom CLI script, with an example to seed products

Closes DOCS-953
This commit is contained in:
Shahed Nasser
2024-10-14 07:08:05 +00:00
committed by GitHub
parent c9ce918982
commit e3dc9eaf0c
6 changed files with 241 additions and 27 deletions
+7
View File
@@ -472,6 +472,13 @@ export const sidebar = numberSidebarItems(
type: "link",
path: "/advanced-development/custom-cli-scripts",
title: "Custom CLI Scripts",
children: [
{
type: "link",
path: "/advanced-development/custom-cli-scripts/seed-data",
title: "Seed Data",
},
],
},
{
type: "link",