mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Duplicate setup/tutorial is confusing people #4960
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jan 6, 2016).
Currently there is a
Tutorial: Getting Started with Doctrineand aTutorial: Installation & Configurationpage. http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/index.htmlIn 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 on GitHub (Jan 6, 2016):
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.