Víctor Fernández de Alba
Víctor Fernández de Alba
---- 📚 Documentation preview 📚: https://volto--7668.org.readthedocs.build/
Follow up: #7486 (Seven PR): - [ ] Add a default scale size which is large enough to serve full-width images on a large high-DPI monitor -> https://github.com/plone/plone.volto/pull/205 - [...
I've been investigating lately the use of Suspense in Volto itself. Since we are not using `RenderToPipeableStream` in the SSR part, our build is not fully compatible with Suspense. This...
We could merge this on the top of main anyways.
@davisagli Is there any reason why this hasn’t been implemented yet? I mean, it was there but not wired up… We need this for Seven, and eventually for Volto. ----...
Background: We need an endpoint that provides the required information to bootstrap the UI. This information now it's "configured" hardcoded into the Volto config object. We have to make an...
This sphinx extension seems promising: https://sphinx-llms-txt.readthedocs.io/en/latest/ We could easily integrate it with the current build. Afterwards, we can point LLMs to there for their consumption, and integrating also with PloneMCP...