doctrine / DoctrineORMModule

Doctrine ORM Module for Laminas
https://www.doctrine-project.org/projects/doctrine-orm-module.html
MIT License
438 stars 229 forks source link

Updated docs #672

Closed driehle closed 2 years ago

driehle commented 2 years ago

This updates the docs to move the user guide from README.md into docs section and moves the docs in an en subfolder. This is to keep this repository in line with the other Laminas repositories:

However, for DoctrineORMModule there could be one issue: This repository has been hosted on www.doctrine-project.org before, while DoctrineModule, DoctrineMongoODMModule and doctrine-laminas-hydrator have never been displayed there.

All projects, not just the Laminas-related ones, use as slug for docs the minor version, e.g. 4.1 and not the branch name like 4.1.x. This projects seems to be the only one that deviates from this schema. Therefore, we should change it, as this PR proposes.

Do we need to set up some redirect or something else? Do we manually need to remove the old files from doctrine/doctrine-website-build-prod?

I saw, that changing slug has alredy been done earlier, e.g. here by SenseException. So it seems to be possible somehow... :-)