Skip to content

Siteimprove/CMS-plugin-Umbraco-13

 
 

Repository files navigation

Siteimprove Content Assistant plugin for Umbraco

Install

Install the NuGet package in your Umbraco project. The NuGet package is automatically generated on the build of this project.

Configuration in Umbraco

There's a Siteimprove section in the main menu, added by this plugin, where you can define a public URL. To display this section you will need allow it, going to the Users tab, selecting the option to edit section, and then adding Siteimprove. After that, you will need to logout and login again, and then you will be able to see the new section.

The purpose of this section is to define a new domain, when necessary, to replace the Umbraco domain. Then the URL with the new domain will be the one that will be passed to the Siteimprove Content Assistant. It can also be used for testing purpose.

For example, if you defined the public URL value as https://yourdomain and the URL of content page you are accessing now is https://umbracodomain/about/, the final URL that will be passed to the input function is https://yourdomain/about/.

Run on local machine

Reference class library to Umbraco project, or install the NuGet package that is generated when building this project.

How the plugin works?

As soon as you login to Umbraco, you will be able to see the Siteimprove Content Assistant icon on the right (or left, depending on your settings).

If you click on it you will open the side panel, but will only be able to see it's default page. To see some data, you will need to select some content.

The URL of the selected content will be sent to the Siteimprove Content Assistant, and if the selected site/page is connected with Siteimprove environment, then you will be able to see some data related to that specific page on the Live tab.

You can also go the the preview of a specific page and then you will be able to run a prepublish check.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 63.4%
  • JavaScript 27.1%
  • CSS 4.9%
  • HTML 4.6%