From 90833f6d23d534c8ba493b8cc4334b9782ce18bd Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 5 May 2024 09:28:22 +0200 Subject: [PATCH] Delete documentation/tutorial-units.js --- documentation/tutorial-units.js | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 documentation/tutorial-units.js diff --git a/documentation/tutorial-units.js b/documentation/tutorial-units.js deleted file mode 100644 index da49caba..00000000 --- a/documentation/tutorial-units.js +++ /dev/null @@ -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", - }, - }, - }, -};