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 = () => ( -
-