|
| 1 | +export const faqOrder = [ |
| 2 | + { |
| 3 | + type: 'category' as const, |
| 4 | + label: 'General', |
| 5 | + items: [ |
| 6 | + 'faq/general/which-platforms-and-technologies-does-codacy-support', |
| 7 | + 'faq/general/how-does-codacy-support-github-enterprise', |
| 8 | + 'faq/general/how-does-codacy-support-gitlab-cloud', |
| 9 | + 'faq/general/how-does-codacy-support-gitlab-enterprise', |
| 10 | + 'faq/general/how-does-codacy-support-bitbucket-cloud', |
| 11 | + 'faq/general/how-does-codacy-support-bitbucket-server', |
| 12 | + 'faq/general/how-does-codacy-keep-my-data-secure', |
| 13 | + 'faq/general/how-does-codacy-protect-my-privacy', |
| 14 | + 'faq/general/does-codacy-keep-audit-logs', |
| 15 | + 'faq/general/how-do-i-allowlist-codacy-cloud-on-my-git-provider', |
| 16 | + 'faq/general/how-can-i-change-or-cancel-my-plan', |
| 17 | + ], |
| 18 | + }, |
| 19 | + { |
| 20 | + type: 'category' as const, |
| 21 | + label: 'Repositories', |
| 22 | + items: [ |
| 23 | + 'faq/repositories/how-do-i-reanalyze-my-repository', |
| 24 | + 'faq/repositories/i-renamed-my-repository-on-the-git-provider', |
| 25 | + 'faq/repositories/i-moved-my-repository-on-the-git-provider', |
| 26 | + ], |
| 27 | + }, |
| 28 | + { |
| 29 | + type: 'category' as const, |
| 30 | + label: 'Code analysis', |
| 31 | + items: [ |
| 32 | + 'faq/code-analysis/which-metrics-does-codacy-calculate', |
| 33 | + 'faq/code-analysis/why-does-codacy-show-unexpected-coverage-changes', |
| 34 | + 'faq/code-analysis/does-codacy-place-limits-on-the-code-analysis', |
| 35 | + 'faq/code-analysis/does-codacy-check-for-dependencies', |
| 36 | + 'faq/code-analysis/how-long-does-it-take-for-my-repository-to-be-analyzed', |
| 37 | + 'faq/code-analysis/how-to-skip-an-analysis', |
| 38 | + 'faq/code-analysis/can-i-bypass-codacy-status-check', |
| 39 | + 'faq/code-analysis/how-to-configure-php-codesniffer-coding-standards', |
| 40 | + ], |
| 41 | + }, |
| 42 | + { |
| 43 | + type: 'category' as const, |
| 44 | + label: 'Troubleshooting', |
| 45 | + items: [ |
| 46 | + 'faq/troubleshooting/why-cant-i-see-my-organization', |
| 47 | + 'faq/troubleshooting/why-did-codacy-stop-commenting-on-pull-requests', |
| 48 | + 'faq/troubleshooting/why-arent-duplication-metrics-being-calculated', |
| 49 | + 'faq/troubleshooting/why-isnt-my-public-repository-being-analyzed', |
| 50 | + 'faq/troubleshooting/not-a-member-of-the-organization', |
| 51 | + 'faq/troubleshooting/we-no-longer-have-access-to-this-repository', |
| 52 | + 'faq/troubleshooting/why-is-my-file-over-150-kb-missing', |
| 53 | + 'faq/troubleshooting/error-line-endings', |
| 54 | + ], |
| 55 | + }, |
| 56 | +]; |
| 57 | + |
0 commit comments