如何删除语言环境下拉图标(英文单词前的图标)
how to remove locale dropdown Icon(icon before english word)
我想删除语言下拉菜单中的图标。我只想要文本。那可能吗?
locale dropdown
我假设您正在使用 theme-classic
。
一步一步:
- 在 docusaurus 的根目录下打开
Terminal/Power Shell
。
- 运行命令:
npm run swizzle @docusaurus/theme-classic IconLanguage -- --danger
- 转到文件夹
.\src\theme\IconLanguage
- 编辑文件
index.js
:删除 return 语句中的标记 path
— 删除从 <path
到 />
的所有内容
- 运行 你的文档龙
参考资料
https://docusaurus.io/feature-requests/p/make-the-language-changer-icon-configurable
我想删除语言下拉菜单中的图标。我只想要文本。那可能吗? locale dropdown
我假设您正在使用 theme-classic
。
一步一步:
- 在 docusaurus 的根目录下打开
Terminal/Power Shell
。 - 运行命令:
npm run swizzle @docusaurus/theme-classic IconLanguage -- --danger
- 转到文件夹
.\src\theme\IconLanguage
- 编辑文件
index.js
:删除 return 语句中的标记path
— 删除从<path
到/>
的所有内容
- 运行 你的文档龙
参考资料
https://docusaurus.io/feature-requests/p/make-the-language-changer-icon-configurable