Skip to main content

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:

  1. Adding a link to your documentation
  2. 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:

Documentation in SharePoint

Considerations

Before you decide to share documentation as an embedded Web part, you should consider a few points:

  1. 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.
  2. Will this server be available outside of your company network
  3. 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.

SharePoint Site Contents

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

Site Settings

Choose the HTML Field Security.

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.

Allow Contributors

Step 3: Creating a page

Now, you need to create a page where documentation will be embedded.

Create a Page

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.

Edit Page

Press the Add button in the middle of the box.

Add Button

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

Select 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".

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).

Publish Button

That's all!

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

Embedded Page