From c599dbd3769b542469afabbee0070f205e0069da Mon Sep 17 00:00:00 2001 From: Usman <81596740+uz1mani@users.noreply.github.com> Date: Tue, 15 Sep 2026 23:34:52 +0200 Subject: [PATCH] docs: add Pulse Analytics to community plugins Adds @ciphera-net/pulse-docusaurus under Community plugins > Integrations, alongside the other analytics integrations. Privacy-first, cookieless analytics. Apache-2.0, zero runtime dependencies, published on npm. The plugin uses injectHtmlTags so there is no inline script, and it self-disables outside a production build in the same way @docusaurus/plugin-google-gtag does. --- website/community/2-resources.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/community/2-resources.mdx b/website/community/2-resources.mdx index 42ef1f0747af..64c1bd5fee01 100644 --- a/website/community/2-resources.mdx +++ b/website/community/2-resources.mdx @@ -55,6 +55,7 @@ See the showcase - [docusaurus-plugin-moesif](https://github.com/Moesif/docusaurus-plugin-moesif) - Adds [Moesif API Analytics](https://www.moesif.com/) to track user behavior and pinpoint where developers drop off in your activation funnel. - [docusaurus-plugin-yandex-metrica](https://github.com/sgromkov/docusaurus-plugin-yandex-metrica) - Adds [Yandex Metrika](https://metrika.yandex.ru/) counter for evaluating site traffic and analyzing user behavior. - [docusaurus-plugin-dhub](https://github.com/dhub-dev/docusaurus-plugin-dhub) - Adds edit links that open a page's source file in the [Dhub](https://dhub.dev/docusaurus) visual MDX editor, and emits a `dhub.json` manifest mapping every route to its source file. +- [@ciphera-net/pulse-docusaurus](https://github.com/ciphera-net/pulse-docusaurus) - Adds privacy-first, cookieless [Pulse Analytics](https://pulse.ciphera.net) to your Docusaurus site. ### AI / Agents {/* #ai-agents */}