This article shows how you can share a HTML documentation exported with Dataedo on the Internet or on your local network.
Web server
You need to export to HTML using "Web server" template.
You upload generated folder to your web server (e.g. IIS or Apache). Let's say you copied it to the main folder and you named documentation "mydoc". In this case, it will be accessible under the address similar to this (you need to place your server name):
http://localhost/mydoc/
or
http://mycompany.com/mydoc/
Shared folder
You need to export to HTML using the "Local disk" template. Then simply copy a folder to the shared location and it will be accessible by opening index.html file. Similar to this:
\\shared\myproject\docs\mydoc\index.html