9 Commits

Author SHA1 Message Date
Christophe Coevoet
495b4ac8f4 Inline the static website generator in the website repo
Maintaining a standalone static website generator project that is not
reused outside our website adds maintenance overhead. For instance,
support for using `phpdocumentor/guides` was implemented in the website
repo rather than the standalone generator package, which was still using
the `doctrine/rst-parser` package that we want to abandon.
2025-10-09 21:46:37 +02:00
Alexander M. Turek
0bd4b40523 Use final and readonly where possible 2023-09-26 22:47:30 +02:00
Claudio Zizza
135d72cfd1 Fix phpstan errors 2023-08-23 21:03:31 +02:00
Claudio Zizza
dbeebcc6ba Fix phpcs errors 2023-08-23 21:03:31 +02:00
Sergei Morozov
2a995df2b1 Update Doctrine Coding Standard to 8.1 2020-10-03 12:04:26 -07:00
Jonathan H. Wage
d31017dbf7 Use doctrine/static-website-generator for generating Doctrine website. 2018-10-24 03:08:07 +01:00
Jonathan H. Wage
9fe18212be Use Doctrine Skeleton Mapper for the object mapper layer. 2018-09-28 15:53:01 +01:00
Jonathan H. Wage
b865359da5 Fix blog index style so it looks like it did before migrating away from sculpin. 2018-09-02 01:12:43 +01:00
Jonathan H. Wage
c169820d23 Rely less on twig extensions by setting up initial controllers. 2018-08-29 16:34:22 +01:00