This is an automated email from the ASF dual-hosted git repository.
kranti pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/iggy-website.git
The following commit(s) were added to refs/heads/staging by this push:
new 7e8fbcbb8 https://github.com/apache/iggy-website/issues/23
7e8fbcbb8 is described below
commit 7e8fbcbb848a0845099eb36b8d10b148600a0159
Author: kparisa <[email protected]>
AuthorDate: Thu Sep 25 14:12:37 2025 +0530
https://github.com/apache/iggy-website/issues/23
---
docusaurus.config.ts | 11 +++++++++++
package.json | 2 ++
2 files changed, 13 insertions(+)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 7046ba5ea..ab36ea2e7 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -24,6 +24,11 @@ const config: Config = {
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",
+ plugins: [
+ "docusaurus-plugin-sass",
+ 'docusaurus-plugin-matomo',
+ ],
+
// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you
// may want to replace "en" with "zh-Hans".
@@ -203,6 +208,12 @@ ApacheĀ®, the names of Apache projects, and the feather
logo are either register
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
+ matomo: {
+ matomoUrl: 'https://analytics.apache.org/',
+ siteId: '80',
+ phpLoader: 'matomo.php',
+ jsLoader: 'matomo.js',
+ },
} satisfies Preset.ThemeConfig,
};
diff --git a/package.json b/package.json
index a020bf00c..8581e1e04 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,8 @@
"@docusaurus/preset-classic": "3.7.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
+ "docusaurus-plugin-matomo": "^0.0.8",
+ "docusaurus-plugin-sass": "^0.2.5",
"prism-react-renderer": "^2.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"