create-mock-backend
Version:
This is npx starter package for installing your favourite backend template for mockBee.
50 lines (49 loc) • 950 B
JavaScript
module.exports = {
docs: [
"introduction",
{
type: "category",
label: "Getting Started",
items: [
"installation",
"project-structure",
"configuration",
"getting-app-running",
],
},
{
type: "category",
label: "Guides",
items: [
"why-miragejs-mock-backend",
"how-it-works",
"customization",
"available-apis",
"playground",
],
},
{
type: "category",
label: "Advanced Guides",
items: ["main-concepts", "custom-apis", "resources"],
},
],
api: [
"api/introduction",
{
type: "category",
label: "General",
items: ["api/general/auth"],
},
{
type: "category",
label: "Apps",
items: [
"api/apps/e-commerce",
"api/apps/video-library",
"api/apps/social-media",
"api/apps/notes-app",
],
},
],
};