We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf1373 commit e063847Copy full SHA for e063847
docs/.vuepress/navbars/en/index.ts
@@ -55,6 +55,7 @@ export const enNavbar = defineNavbarConfig([
55
},
56
{
57
text: 'Developer Guide',
58
+ icon: "material-symbols:keyboard-alt-outline-rounded",
59
link: '/en/notes/dev_guide/1.index_guide.md',
60
61
])
docs/.vuepress/navbars/zh/index.ts
@@ -56,6 +56,7 @@ export const zhNavbar = defineNavbarConfig([
text: '开发者指南',
// items: [
// { text: "PR规范", link: '/zh/notes/dev_guide/pull_request.md' },
62
// { text: "日志", link: '/zh/notes/dev_guide/logging.md' },
0 commit comments