Hacker News new | ask | show | jobs
by twunde 3770 days ago
The documentation is definitely incomplete but improving every few weeks. If you just need a basic overview http://docs.magento.com/m2/ce/user_guide/getting-started/int... looks good. If you want to do development, keep in mind that the framework was built to be plugin based. If you need new functionality you're building custom modules. If you want to change the appearance, you're working on themes. For debugging you may want to take a look at Z-Ray, a profiling tool built by the magento team.