Claudio Zizza

Results 103 comments of Claudio Zizza
trafficstars

I haven't taken a look into the search index itself but not every change in the docs would affect the search index. One of my first thoughts was about building...

Looks like the project docs are getting the anchor link while the website itself doesn't.

I remember we had a topic about unified labels a long time ago somewhere on GitHub, but I didn't find it quickly.

> We can release a new minor at any time, and once we do, we stop bugfixing the previous minor, right? That's the case. It seems like the `~` vs....

This sounds like a nice-to-have, but it's convenient for documentations that are read from start to the end. Aren't the Doctrine docs more like a reference work?

That's what I thought about source too when I created the GitHub Actions workflows, but some rst and html files contain Twig syntax that can break a build even on...

Static rst sites like the contribution page but also "Our Partners" page which contains Twig syntax as part of the build. The directories source and templates seem to share a...

@stof Did I wrote something that made it sound like that rst files aren't converted to html by the build? :thinking:

Yes, that was one of the main issues I had when I did the updates of the website. Ended up with an EventListener I'm not happy with, but it removed...