2.4.0 • Published 2 years ago

releasenotes-widget v2.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

docusaurus-plugin-clarity

This plugin enables you can link your docusaurus site to bing clarity

Install the plugin

  1. Add the plugin to your project.
yarn add docusaurus-plugin-clarity

or

npm install docusaurus-plugin-clarity --save
  1. Configure the plugin in docusaurus.config.js
// docusaurus.config.js
module.exports = {
  plugins: ["docusaurus-plugin-clarity"],
  themeConfig: {
    clarity: {
      ID: "Your clarity ID", // Instructions below
    }
  }
};

How to find your clarity ID

  1. Open https://clarity.microsoft.com/
  1. Choose your project, so that you're now on the dashboard
  1. Select settings, shown in the image below:
  1. Select setup
  1. Open the dropdown How to install clarity
  1. Under the Clarity tracking code heading, there will be a piece of code, if you look at the screenshot below, the part underlined in green will be where the ID is located.
  1. You now have your ID!
2.4.0

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago