Why
When we access to the documentation with index.htmlat the end of the url (https://mithril.network/doc/index.html), the page content is displayed twice. It's not the case with the root url: https://mithril.network/doc/
After investigation, it appears that:

What
Identify the origin of the problem and attempt to fix it.
How
Why
When we access to the documentation with
index.htmlat the end of the url (https://mithril.network/doc/index.html), the page content is displayed twice. It's not the case with the root url:https://mithril.network/doc/After investigation, it appears that:
index.htmlin url. Instead, we should use the clean URL.Note
We have noticed the same problem on the Cardano Scaling website.
What
Identify the origin of the problem and attempt to fix it.
How