8 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
Claudio Zizza
f234adb3de Move blogpost data-builder logic to datasource 2024-07-03 21:22:46 +02:00
Claudio Zizza
dbeebcc6ba Fix phpcs errors 2023-08-23 21:03:31 +02:00
Claudio Zizza
b6d815d1d3 Apply new coding styles to code 2022-11-10 21:55:41 +01:00
Sergei Morozov
2a995df2b1 Update Doctrine Coding Standard to 8.1 2020-10-03 12:04:26 -07:00
Jonathan H. Wage
5d8a6dce1c Read project version data automatically from git tags. 2018-12-18 17:48:28 +00: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