doctrine / orm

Doctrine Object Relational Mapper (ORM)
https://www.doctrine-project.org/projects/orm.html
MIT License
9.94k stars 2.52k forks source link

Duplicate setup/tutorial is confusing people #5592

Open ghost opened 8 years ago

ghost commented 8 years ago

Currently there is a Tutorial: Getting Started with Doctrine and a Tutorial: Installation & Configuration page. http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/index.html

In both documentations there is similiar code. This is confusing some of my friends and me too.

I think these pages should be merge into one page.

deeky666 commented 8 years ago

I sort of agree. While I like having a distinct Installation section for quick installation reference, it does not make sense to have a very similar chapter in the Getting Started guide. Maybe just linking the Installation guide inside the Getting started tutorial would make sense.