Skip to content

Commit

Permalink
docs: add microsoft clarity support (#4935)
Browse files Browse the repository at this point in the history
* deps(docs): ran 'npm i --save @gracefullight/docusaurus-plugin-microsoft-clarity'

* feat(docs): added microsoft clarity support
  • Loading branch information
srdtrk authored Oct 24, 2023
1 parent 3dd468a commit 7fea965
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@ const config = {
],
},
],
[
"@gracefullight/docusaurus-plugin-microsoft-clarity",
{ projectId: "idk9udvhuu" },
],
[
require.resolve("@easyops-cn/docusaurus-search-local"),
{
Expand Down
17 changes: 17 additions & 0 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@docusaurus/plugin-google-gtag": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@easyops-cn/docusaurus-search-local": "^0.36.0",
"@gracefullight/docusaurus-plugin-microsoft-clarity": "^0.1.3",
"@mdx-js/react": "^1.6.22",
"@saucelabs/theme-github-codeblock": "^0.2.3",
"autoprefixer": "^10.4.14",
Expand Down

0 comments on commit 7fea965

Please sign in to comment.