Skip to content

Commit cf3bb29

Browse files
authored
fix: missing nav (#16727)
1 parent e72ec43 commit cf3bb29

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/navs/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5262,6 +5262,12 @@ export const docsMenu = {
52625262
icon: 'IconMail',
52635263
color: 'orange',
52645264
},
5265+
{
5266+
name: 'GitHub integration',
5267+
url: '/docs/support/github',
5268+
icon: 'IconGitHub',
5269+
color: 'orange',
5270+
},
52655271
{
52665272
name: 'Workflow automation',
52675273
url: '/docs/support/workflows',

0 commit comments

Comments
 (0)