-
-
Notifications
You must be signed in to change notification settings - Fork 108
Description
Hello, I'm fairly new to this framework, and I'm still exploring. So far, I really like how clean and organized the documentation is, however there's one thing I really wish would be added, and that's file and path names in all code examples.
Nuxt.js has it nicely implemented, and sometimes they even have multiple tabs for a single example, like over here: https://nuxt.com/docs/getting-started/views#components
I see you already have this functionality, but it's used somewhat scarcely.
When I was reading through the Basics, specifically the Controllers page, I was getting a bit lost with what is a controller, router and a service, and where do even Lucid models come into play in all of this. In the end I had to look up adonisjs-boilerplate repo by Tagada216 to better understand the project structure and how are things connected (https://github.com/Tagada216/adonisjs-boilerplate).
Either way, I appreaciate your work and hope for a great future of this framework. 😊