Skip to content

Commit

Permalink
feat: golang dev specification
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Apr 27, 2024
1 parent 0d91d3d commit c1fee10
Show file tree
Hide file tree
Showing 4 changed files with 3,086 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/.vuepress/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ export const enSidebar = sidebar({
},
],
},
{
text: "Development Specifications",
icon: "carbon:rule-draft",
prefix: "standard/",
collapsible: true,
children: "structure",
},
{
text: "Dev Tools",
icon: "bi:tools",
Expand Down
7 changes: 7 additions & 0 deletions src/.vuepress/sidebar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ export const zhSidebar = sidebar({
},
],
},
{
text: "开发规范",
icon: "carbon:rule-draft",
prefix: "standard/",
collapsible: true,
children: "structure",
},
{
text: "开发工具",
icon: "bi:tools",
Expand Down
Loading

0 comments on commit c1fee10

Please sign in to comment.