Skip to content

Commit dd8d12c

Browse files
authored
remove bug bounty program temporarily (#7358)
1 parent fdee69c commit dd8d12c

File tree

3 files changed

+0
-106
lines changed

3 files changed

+0
-106
lines changed

packages/web/docs/src/app/_meta.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,6 @@ const meta: Record<string, DeepPartial<Item | MenuItem | PageItem>> = {
111111
type: 'page',
112112
href: 'https://graphql.org/community/foundation/',
113113
},
114-
'bug-bounty-program': {
115-
type: 'page',
116-
title: 'Bug Bounty Program',
117-
theme: {
118-
sidebar: false,
119-
toc: true,
120-
breadcrumb: false,
121-
typesetting: 'article',
122-
},
123-
},
124114
};
125115

126116
export default meta;

packages/web/docs/src/app/bug-bounty-program/page.mdx

Lines changed: 0 additions & 91 deletions
This file was deleted.

packages/web/docs/src/app/layout.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,6 @@ export default async function HiveDocsLayout({ children }: { children: ReactNode
122122
href: 'https://the-guild.dev/graphql/hive/terms-of-use.pdf',
123123
title: 'Terms of Use',
124124
},
125-
{
126-
children: 'Bug Bounty Program',
127-
href: '/bug-bounty-program',
128-
title: 'Bug Bounty Program',
129-
},
130125
{
131126
children: 'Partners',
132127
href: '/partners',

0 commit comments

Comments
 (0)