fork refine

This commit is contained in:
Stefan Pejcic
2024-02-05 10:23:04 +01:00
parent 3fffde9a8f
commit 8496a83edb
3634 changed files with 715528 additions and 2 deletions

View File

@@ -0,0 +1,31 @@
module.exports = {
tutorial: {
path_prefix: "/docs/tutorial/",
units: {
introduction: {
no: 1,
label: "Welcome",
},
"getting-started": {
no: 2,
label: "Create and deploy your first Refine app",
},
"understanding-dataprovider": {
no: 3,
label: "Understanding the Data Provider",
},
"understanding-resources": {
no: 4,
label: "Understanding the Resources",
},
"adding-crud-pages": {
no: 5,
label: "Adding CRUD pages",
},
"understanding-authprovider": {
no: 6,
label: "Understanding the Auth provider",
},
},
},
};