diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index dec2f33d2..8da20eb1d 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -37,35 +37,27 @@ const config = {
},
ko: {
label: "한국어",
- direction: "ltr",
- htmlLang: "ko-KR",
- },
- ja: {
- label: "日本語",
- direction: "ltr",
- htmlLang: "ja-JP",
+ direction: "ltr",
+ htmlLang: "ko-KR",
},
+ ja: {
+ label: "日本語",
+ direction: "ltr",
+ htmlLang: "ja-JP",
+ },
},
},
- plugins: [
- [
- "docusaurus-plugin-plausible",
- {
- domain: "wails.io",
- },
- ],
- ],
-
- presets: [
- [
- "classic",
- /** @type {import('@docusaurus/preset-classic').Options} */
- ({
- docs: {
- sidebarPath: require.resolve("./sidebars.js"),
- // Please change this to your repo.
- editUrl: "https://github.com/wailsapp/wails/edit/master/website",
- },
+ plugins: [],
+ presets: [
+ [
+ "classic",
+ /** @type {import('@docusaurus/preset-classic').Options} */
+ ({
+ docs: {
+ sidebarPath: require.resolve("./sidebars.js"),
+ // Please change this to your repo.
+ editUrl: "https://github.com/wailsapp/wails/edit/master/website",
+ },
blog: {
showReadingTime: true,
// Please change this to your repo.
@@ -135,10 +127,6 @@ const config = {
to: "/credits",
label: "Credits",
},
- {
- to: "/stats",
- label: "Stats",
- },
],
},
{
diff --git a/website/i18n/en/docusaurus-theme-classic/navbar.json b/website/i18n/en/docusaurus-theme-classic/navbar.json
index 9602346ce..9288275cd 100644
--- a/website/i18n/en/docusaurus-theme-classic/navbar.json
+++ b/website/i18n/en/docusaurus-theme-classic/navbar.json
@@ -34,9 +34,5 @@
"item.label.Credits": {
"message": "Credits",
"description": "Navbar item with label Credits"
- },
- "item.label.Stats": {
- "message": "Stats",
- "description": "Navbar item with label Stats"
}
}
diff --git a/website/i18n/ja/docusaurus-plugin-content-pages/stats.mdx b/website/i18n/ja/docusaurus-plugin-content-pages/stats.mdx
deleted file mode 100644
index dd174cd99..000000000
--- a/website/i18n/ja/docusaurus-plugin-content-pages/stats.mdx
+++ /dev/null
@@ -1,24 +0,0 @@
-# Website Stats
-
-To enable us to understand how better to focus our efforts on translations and platform support, we use [Plausible](https://plausible.io/privacy-focused-web-analytics) to gather **anonymous** stats like country and platform. We chose Plausible because we believe in respecting the privacy of our users. We also believe in transparency, therefore have made the dashboard public.
-
-If you have any concerns or suggestions, please raise them in the projects github discussions.
-
-
-
-
-
-export const NewComponent = () => (
-
-
-
-);
-
-
diff --git a/website/i18n/ja/docusaurus-theme-classic/navbar.json b/website/i18n/ja/docusaurus-theme-classic/navbar.json
index b3f8dd4e6..02ec735bc 100644
--- a/website/i18n/ja/docusaurus-theme-classic/navbar.json
+++ b/website/i18n/ja/docusaurus-theme-classic/navbar.json
@@ -34,9 +34,5 @@
"item.label.Credits": {
"message": "クレジット",
"description": "Navbar item with label Credits"
- },
- "item.label.Stats": {
- "message": "統計情報",
- "description": "Navbar item with label Stats"
}
}
diff --git a/website/i18n/ko/docusaurus-plugin-content-pages/stats.mdx b/website/i18n/ko/docusaurus-plugin-content-pages/stats.mdx
deleted file mode 100644
index dd174cd99..000000000
--- a/website/i18n/ko/docusaurus-plugin-content-pages/stats.mdx
+++ /dev/null
@@ -1,24 +0,0 @@
-# Website Stats
-
-To enable us to understand how better to focus our efforts on translations and platform support, we use [Plausible](https://plausible.io/privacy-focused-web-analytics) to gather **anonymous** stats like country and platform. We chose Plausible because we believe in respecting the privacy of our users. We also believe in transparency, therefore have made the dashboard public.
-
-If you have any concerns or suggestions, please raise them in the projects github discussions.
-
-
-
-
-
-export const NewComponent = () => (
-
-
-
-);
-
-
diff --git a/website/i18n/ko/docusaurus-theme-classic/navbar.json b/website/i18n/ko/docusaurus-theme-classic/navbar.json
index 5cb22bfae..a6ac87695 100644
--- a/website/i18n/ko/docusaurus-theme-classic/navbar.json
+++ b/website/i18n/ko/docusaurus-theme-classic/navbar.json
@@ -34,9 +34,5 @@
"item.label.Credits": {
"message": "크레딧",
"description": "Navbar item with label Credits"
- },
- "item.label.Stats": {
- "message": "통계",
- "description": "Navbar item with label Stats"
}
}
diff --git a/website/i18n/ru/docusaurus-plugin-content-pages/stats.mdx b/website/i18n/ru/docusaurus-plugin-content-pages/stats.mdx
deleted file mode 100644
index dd174cd99..000000000
--- a/website/i18n/ru/docusaurus-plugin-content-pages/stats.mdx
+++ /dev/null
@@ -1,24 +0,0 @@
-# Website Stats
-
-To enable us to understand how better to focus our efforts on translations and platform support, we use [Plausible](https://plausible.io/privacy-focused-web-analytics) to gather **anonymous** stats like country and platform. We chose Plausible because we believe in respecting the privacy of our users. We also believe in transparency, therefore have made the dashboard public.
-
-If you have any concerns or suggestions, please raise them in the projects github discussions.
-
-
-
-
-
-export const NewComponent = () => (
-
-
-
-);
-
-
diff --git a/website/i18n/ru/docusaurus-theme-classic/navbar.json b/website/i18n/ru/docusaurus-theme-classic/navbar.json
index 9602346ce..9288275cd 100644
--- a/website/i18n/ru/docusaurus-theme-classic/navbar.json
+++ b/website/i18n/ru/docusaurus-theme-classic/navbar.json
@@ -34,9 +34,5 @@
"item.label.Credits": {
"message": "Credits",
"description": "Navbar item with label Credits"
- },
- "item.label.Stats": {
- "message": "Stats",
- "description": "Navbar item with label Stats"
}
}
diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-pages/stats.mdx b/website/i18n/zh-Hans/docusaurus-plugin-content-pages/stats.mdx
deleted file mode 100644
index bc4eaf82c..000000000
--- a/website/i18n/zh-Hans/docusaurus-plugin-content-pages/stats.mdx
+++ /dev/null
@@ -1,24 +0,0 @@
-# 网站统计
-
-To enable us to understand how better to focus our efforts on translations and platform support, we use [Plausible](https://plausible.io/privacy-focused-web-analytics) to gather **anonymous** stats like country and platform. We chose Plausible because we believe in respecting the privacy of our users. We also believe in transparency, therefore have made the dashboard public.
-
-If you have any concerns or suggestions, please raise them in the projects github discussions.
-
-
-
-
-
-export const NewComponent = () => (
-
-
-
-);
-
-
diff --git a/website/i18n/zh-Hans/docusaurus-theme-classic/navbar.json b/website/i18n/zh-Hans/docusaurus-theme-classic/navbar.json
index cb9136f3b..3cd465d99 100644
--- a/website/i18n/zh-Hans/docusaurus-theme-classic/navbar.json
+++ b/website/i18n/zh-Hans/docusaurus-theme-classic/navbar.json
@@ -34,9 +34,5 @@
"item.label.Credits": {
"message": "致谢",
"description": "Navbar item with label Credits"
- },
- "item.label.Stats": {
- "message": "网站统计",
- "description": "Navbar item with label Stats"
}
}
diff --git a/website/package.json b/website/package.json
index 50b4b881b..fe16aa43b 100644
--- a/website/package.json
+++ b/website/package.json
@@ -20,7 +20,6 @@
"@mdx-js/react": "^1.6.22",
"@wails/react-contributors": "^1.1.3",
"clsx": "^1.1.1",
- "docusaurus-plugin-plausible": "0.0.5",
"file-loader": "^6.2.0",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
diff --git a/website/src/pages/stats.mdx b/website/src/pages/stats.mdx
deleted file mode 100644
index 156f5501d..000000000
--- a/website/src/pages/stats.mdx
+++ /dev/null
@@ -1,27 +0,0 @@
-# Website Stats
-
-To enable us to understand how better to focus our efforts on translations and platform support,
-we use [Plausible](https://plausible.io/privacy-focused-web-analytics) to gather **anonymous** stats like country and platform.
-We chose Plausible because we believe in respecting the privacy of our users.
-We also believe in transparency, therefore have made the dashboard public.
-
-If you have any concerns or suggestions, please raise them in the projects github discussions.
-
-
-
-
-
-export const NewComponent = () => (
-
-
-
-);
-
-