-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathseo-check.config.json
More file actions
30 lines (30 loc) · 1.23 KB
/
seo-check.config.json
File metadata and controls
30 lines (30 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"staticDir": "public",
"pagesDir": "src/pages",
"ignorePaths": [
"src/pages/reference/**",
"src/pages/404.mdx",
"src/pages/privacy-policy.mdx",
"src/pages/terms-of-use.mdx",
"src/pages/explanations/advanced-topics/**",
"src/pages/explanations/architecture/**",
"src/pages/explanations/attestations-provenance/**",
"src/pages/explanations/integrations/**",
"src/pages/explanations/security/**",
"src/pages/getting-started/choose-your-path/**",
"src/pages/how-to-guides/api-usage/**",
"src/pages/how-to-guides/integrations/create-webhook.mdx",
"src/pages/how-to-guides/integrations/custom-webhooks.mdx",
"src/pages/how-to-guides/integrations/webhook-security.mdx",
"src/pages/how-to-guides/integrations/github/auto-setup.mdx",
"src/pages/how-to-guides/integrations/github/permission-sync.mdx",
"src/pages/how-to-guides/integrations/github/webhooks.mdx",
"src/pages/how-to-guides/integrations/gitlab/**",
"src/pages/how-to-guides/integrations/jira/**",
"src/pages/how-to-guides/security/dependency-proxy/**",
"src/pages/how-to-guides/security/supply-chain/**",
"src/pages/other/**",
"src/pages/tutorials/**",
"src/pages/vulnerability-database/[ID].mdx"
]
}