mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Delete documentation/tutorial-units.js
This commit is contained in:
parent
cc608aa2b8
commit
90833f6d23
@ -1,31 +0,0 @@
|
|||||||
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",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
|
Loading…
Reference in New Issue
Block a user