Skip to content

Commit 0b2e08a

Browse files
authored
Merge branch 'Tencent:main' into main
2 parents 6e1281e + c3dec89 commit 0b2e08a

6 files changed

Lines changed: 568 additions & 2 deletions

File tree

doc/.vuepress/configs/sidebar/en.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ export const en: SidebarConfig = {
2929
'/en/guide/代码检查/工具/golangcilint.md',
3030
'/eh/guide/代码检查/工具/TCA-Armory-R.md',
3131
'/eh/guide/代码检查/工具/TCA-Armory-C1.md',
32+
'/eh/guide/代码检查/工具/TCA-Armory-Q1.md',
3233
],
3334
},
3435
{
3536
text: '典型规则包使用手册',
3637
children: [
38+
'/en/guide/代码检查/规则包/cpp_doc.md',
3739
'/en/guide/代码检查/规则包/enhanced_safety_java.md',
3840
],
3941
},

doc/.vuepress/configs/sidebar/zh.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ export const zh: SidebarConfig = {
2929
'/zh/guide/代码检查/工具/golangcilint.md',
3030
'/zh/guide/代码检查/工具/TCA-Armory-R.md',
3131
'/zh/guide/代码检查/工具/TCA-Armory-C1.md',
32+
'/zh/guide/代码检查/工具/TCA-Armory-Q1.md',
3233
],
3334
},
3435
{
3536
text: '典型规则包使用手册',
3637
children: [
38+
'/zh/guide/代码检查/规则包/cpp_doc.md',
3739
'/zh/guide/代码检查/规则包/enhanced_safety_java.md',
3840
],
3941
},

0 commit comments

Comments
 (0)