[Symfony Docs] Next and Prev button not working
alexander-schranz opened this issue · 1 comments
alexander-schranz commented
For example in https://symfony.com/doc/current/create_framework/index.html the Next and Prev buttons seems to render empty box but never really be shown and so it hard to navigate through the whole Documentation as not always the end text has a next chapter link.
Even there is a next chapter they are empty and disabled:

javiereguiluz commented
Alexander, thanks for reporting this.
The issue here is that both next and prev are null in the generated contents when building docs. I've tried debugging why, but I can't find the exact cause. So, I've done two things:
- Hide the pagination in those pages (the pagination still works in other parts of the Symfony Docs, such as
/book) - Create an issue in the tool we use to build docs to see if someone can debug what's going on here: symfony-tools/docs-builder#164
So, I'm closing this one ... and this will really solved if we can fix the issue in symfony-tools/docs-builder.
Thanks!