doctrine-website
doctrine-website copied to clipboard
Source code for the doctrine-project.org website and documentation.
Right now a docs PR won't work with staging deploys.
For example: :ref:`pessimistic locking ` This works in sphinx even though the chapter file is named with hyphens instead of underscores. The parser must do some kind of check on...
I introduced an interface to be able to switch between the different implementations. The first setup of guides is done at the required locations and allows us to render the...
We do want to include every document in the menu when we do a fallback to the default menu. `/*` does match all files are root level, while we wanted...
The logger introduced before was very usefull in the setup process but by now, it should be replaced by something more mature to ensure the logs to not end up...
Apply the correct template for section authors. Add an extra fix in the migration from old doc styles to correct the display of author names. See: https://staging.doctrine-project.org/projects/doctrine-orm/en/3.3/cookbook/implementing-arrayaccess-for-domain-objects.html#implementing-arrayaccess-for-domain-objects
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.2 to 5.0.0. Release notes Sourced from bootstrap's releases. v5.0.0 Highlights #32155: Updated make-col() mixin to generate equal columns when no size is specified #32763: Added new...