laminas / laminas-stratigility

PSR-7 middleware foundation for building and dispatching middleware pipelines
https://docs.laminas.dev/laminas-stratigility/
BSD 3-Clause "New" or "Revised" License
55 stars 12 forks source link

Simplify redirects of legacy docs #23

Closed driehle closed 3 years ago

driehle commented 3 years ago
Q A
Documentation yes
Bugfix no
BC Break no
New Feature no
RFC no
QA no

Description

The docs folder contains several manual redirects, i.d. HTML documents with a hard-coded redirect for legacy URLs. With the adoption of the MkDocs redirect plugin there is a simpler solution available.

This PR moves the redirects for legacy URLs in mkdocs.yml and removes the manually created HTML documents from Git.

driehle commented 3 years ago

Markdownlint issues addressed according to froschdesign's comment in https://github.com/laminas/laminas-di/pull/33#issuecomment-942021317

Ocramius commented 3 years ago

I've re-targeted this for the next minor: could you please rebase?

driehle commented 3 years ago

Rebased on 3.6.x