-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
Your Godot version:
Godot latest docs.
Issue description:
Some pages show this error on the console just after loading:

I've noticed that the pages having this issue include a script named "tabs.js", used commonly to show.
That script is not being loaded in the pages that don't have this issue.
I believe the conflict is related to "tabs.js" and "docsearch.min.js" and a global scope variable named "exports".
- tabs.js exports (look at the bottom): https://docs.godotengine.org/en/latest/_static/tabs.js
- docsearch.js exports (look at the top):
https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.js
URL to the documentation page:
-
Those URL do not trigger the issue:
https://docs.godotengine.org/en/latest/index.html
https://docs.godotengine.org/en/stable/about/introduction.html -
Those URL trigger the issue:
https://docs.godotengine.org/en/latest/tutorials/best_practices/godot_notifications.html
https://docs.godotengine.org/en/latest/search.html