Expected Behaviour
When opening docs, no errors in browser console, sidebar nav is working
Actual Behaviour
Errors in browser console, side nav is broken (can't scroll)
To reproduce
Open this link https://node.testcontainers.org/modules/azurite/ then open devtools (F12)
Error in console:
This error block some scripts on page from running, breaking side nav.
Source of error is mkdocs.yml configuration, here is discussion about same issue: squidfunk/mkdocs-material#5703
To fix (as suggested in discussion):
I have tested fix in compose, navigating to modules page no longer throws errors.
Will make PR soon.
Expected Behaviour
When opening docs, no errors in browser console, sidebar nav is working
Actual Behaviour
Errors in browser console, side nav is broken (can't scroll)
To reproduce
Open this link https://node.testcontainers.org/modules/azurite/ then open devtools (F12)
Error in console:
This error block some scripts on page from running, breaking side nav.
Source of error is mkdocs.yml configuration, here is discussion about same issue: squidfunk/mkdocs-material#5703
To fix (as suggested in discussion):
I have tested fix in compose, navigating to modules page no longer throws errors.
Will make PR soon.