doctrine / doctrine-website

Source code for the doctrine-project.org website and documentation.
https://www.doctrine-project.org
MIT License
31 stars 63 forks source link

Hamburger menu doesn't open navigation #546

Closed SenseException closed 1 year ago

SenseException commented 1 year ago

During some tests of different features of the website I realized by coincidence that the hamburger menu doesn't work anymore which is a bummer for people who are using the website on a mobile.

The navigation is using the bootstrap toggle button to do this and it seems that the JS part of bootstrap isn't loaded anymore. I'm not sure if I put it into the right place or if it needs to be loaded somewhere else, but this made the navigation work again.