Publishing documentation on SharePoint
One of the key features of Dataedo is documentation export to HTML. This allows you to share documentation with many people in your organization. To host HTML, you need a web server (any). If your documentation is online, you can publish it on SharePoint.
There are two basic options to publish documentation on SharePoint:
- Adding a link to your documentation
- Embed documentation as a web part in a page
This tutorial will explain the second option - embedding documentation in a SharePoint page.
The picture below shows an example of documentation in SharePoint:

Considerations
Before you decide to share documentation as an embedded Web part, you should consider a few points:
- Where you will host Dataedo documentation - you can use any web server that allows hosting static websites: IIS, Apache HTTP server, Nginx, AWS S3, etc.
- Will this server be available outside of your company network
- Will it be secured
Step 1: Publishing documentation on a web server
You can host exported HTML documentation on any web server available in your network or over the Internet.
A step-by-step tutorial to publishing your exports on popular web servers can be found [here])(/data-catalog/building-catalog/sharing/exporting-documentation/publishing-on-web-server).
Step 2: Adding permissions to the website (admin)
Adding documentation in the form of an Embedded Web Part requires admin permissions to the using platforms.
To do so, open the SharePoint Site, click the cogwheel in the top right, and click Site Contents.

Next, click the Site Settings button on the right side.

Choose the HTML Field Security.

If you're already allowing contributions from any domain, no need to change anything.
Otherwise, make sure to allow contributors from the domain you are hosting Dataedo documentation on - choose the third option, type in the domain, click Add, and confirm changes with the OK button.

Step 3: Creating a page
Now, you need to create a page where documentation will be embedded.

Step 4: Adding embed web part
To add an embed web part to a SharePoint page, go to the page you want to embed Dataedo HTML on and click the Edit button on the right side.

Press the Add button in the middle of the box.

A pop-up menu will appear. Select the Embedded option.

In the right panel, you can paste the page address or embed code. You have the possibility to adjust the size of the embed page. To do so, activate "Resize to fit the page".

Paste the code below into the window, substituting your source address:
<iframe
src="https://dataedo.com/samples/html2/AdventureWorks/"
width="1600"
height="700"
>
</iframe>
After pasting the code, you have access to basic editorial functions. To publish the Embed Page, click the Publish button or Republish button (if it is not the first attempt to do so).

That's all!
Now all users whom you share your SharePoint page with can easily use the embedded page.
