diff --git a/docs/ecolyo/application/scaffolding.md b/docs/ecolyo/application/scaffolding.md index 9f2095e7f306523211607263c7ef602f6d4ee4f0..ba021eefec8ee5a2d94fcb6cf345d11209daf1d3 100644 --- a/docs/ecolyo/application/scaffolding.md +++ b/docs/ecolyo/application/scaffolding.md @@ -27,7 +27,6 @@ In this section, you will find information about the project file structure and | .eslintrc.js | Config file for ESLint | | gitlab-ci.yml | Config file used for Gitlab continuous integration | | .prettierrc | Config file for Prettier extension | -| config.json | Config file for fluid types | | jest.config.js | Config file used by Jest for testing the application | | manifest.webapp | Manifest of the application, used by cozy for the managment of permissions, you can add permissions for doctypes there | | tsconfig.json | Config file for TypeScript |