Skip to content

Commit

Permalink
docs: add theme guidelines in navbar and sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Aug 22, 2024
1 parent f470a7e commit 4777e7b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vuepress/configs/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ export const navbarEn: NavbarOptions = [
text: 'Themes',
prefix: '/themes/',
children: [
{
text: 'Theme Guidelines',
link: 'guidelines',
},
{
text: 'Default Theme',
link: 'default/',
Expand Down
4 changes: 4 additions & 0 deletions docs/.vuepress/configs/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ export const navbarZh: NavbarOptions = [
text: '主题',
prefix: '/zh/themes/',
children: [
{
text: '主题指南',
link: 'guidelines',
},
{
text: '默认主题',
link: 'default/',
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/configs/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export const sidebarEn: SidebarOptions = {
],

'/themes/': [
'guidelines',
{
text: 'Default Theme',
prefix: 'default/',
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/configs/sidebar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export const sidebarZh: SidebarOptions = {
],

'/zh/themes/': [
'guidelines',
{
text: '默认主题',
prefix: 'default/',
Expand Down

0 comments on commit 4777e7b

Please sign in to comment.