Skip to content

Commit ab5d960

Browse files
committed
fix: docs
1 parent 67b9868 commit ab5d960

File tree

23 files changed

+2362
-2127
lines changed

23 files changed

+2362
-2127
lines changed

docusaurus.config.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const config: Config = {
1818

1919
i18n: {
2020
defaultLocale: "zh-Hant",
21-
locales: ["en", "zh-Hant"],
21+
locales: ["zh-Hant", "en"],
2222
},
2323

2424
presets: [
@@ -56,10 +56,10 @@ const config: Config = {
5656
position: "left",
5757
label: "技術文件",
5858
},
59-
{
60-
type: "localeDropdown",
61-
position: "right",
62-
},
59+
// {
60+
// type: "localeDropdown",
61+
// position: "right",
62+
// },
6363
{
6464
href: "https://github.com/ExpTechTW/TREM-Docs",
6565
label: "GitHub",
@@ -102,7 +102,7 @@ const config: Config = {
102102
],
103103
},
104104
],
105-
copyright: `Copyright © ${new Date().getFullYear()} ExpTech Studio. Built with Docusaurus.`,
105+
copyright: `Copyright © ${new Date().getFullYear()} ExpTech Studio.`,
106106
},
107107
prism: {
108108
theme: prismThemes.oneLight,

i18n/en/code.json

-317
This file was deleted.

i18n/en/docusaurus-plugin-content-blog/options.json

-14
This file was deleted.

i18n/en/docusaurus-plugin-content-docs/current.json

-18
This file was deleted.

0 commit comments

Comments
 (0)