Skip to content

Commit 965d990

Browse files
committed
reorder sidebar items
1 parent 190af32 commit 965d990

132 files changed

Lines changed: 507 additions & 172 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docusaurus/docs/account/_order.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export const accountOrder = [
2+
'account/managing-your-profile',
3+
'account/emails',
4+
'account/user-session-management',
5+
];
6+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
export const codacyApiOrder = [
2+
'codacy-api/using-the-codacy-api',
3+
'codacy-api/api-tokens',
4+
{
5+
type: 'category' as const,
6+
label: 'Examples',
7+
items: [
8+
'codacy-api/examples/creating-repository-api-tokens-programmatically',
9+
'codacy-api/examples/adding-people-to-codacy-programmatically',
10+
'codacy-api/examples/adding-repositories-to-codacy-programmatically',
11+
'codacy-api/examples/obtaining-current-issues-in-repositories',
12+
'codacy-api/examples/obtaining-code-quality-metrics-for-files',
13+
'codacy-api/examples/identifying-commits-without-coverage-data',
14+
'codacy-api/examples/triggering-dast-scans',
15+
'codacy-api/examples/uploading-dast-results',
16+
],
17+
},
18+
];
19+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
export const codacyGuardrailsOrder = [
2+
'codacy-guardrails/codacy-guardrails-getting-started',
3+
'codacy-guardrails/codacy-guardrails-how-to-use',
4+
'codacy-guardrails/codacy-guardrails-how-to-configure-rules',
5+
'codacy-guardrails/codacy-guardrails-limitations',
6+
'codacy-guardrails/codacy-guardrails-troubleshooting',
7+
'codacy-guardrails/codacy-guardrails-faq',
8+
];
9+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export const coverageReporterOrder = [
2+
'coverage-reporter/index',
3+
'coverage-reporter/alternative-ways-of-running-coverage-reporter',
4+
'coverage-reporter/uploading-coverage-in-advanced-scenarios',
5+
'coverage-reporter/troubleshooting-coverage-cli-issues',
6+
];
7+

docusaurus/docs/faq/_order.ts

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
export const gettingStartedOrder = [
2+
'getting-started/codacy-quickstart',
3+
'getting-started/configuring-your-repository',
4+
'getting-started/integrating-codacy-with-your-git-workflow',
5+
{
6+
type: 'category' as const,
7+
label: 'Integrating Codacy with your IDE',
8+
items: [
9+
'getting-started/configure-ide/integrating-codacy-with-intellij-ides',
10+
'getting-started/configure-ide/integrating-codacy-with-visual-studio-code',
11+
],
12+
},
13+
'getting-started/supported-languages-and-tools',
14+
'getting-started/which-permissions-does-codacy-need-from-my-account',
15+
'getting-started/adding-a-codacy-badge',
16+
];
17+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"label": "Integrating Codacy with your IDE"
3+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
export const organizationsOrder = [
2+
'organizations/what-are-organizations',
3+
'organizations/organization-overview',
4+
'organizations/managing-repositories',
5+
'organizations/segments',
6+
'organizations/issues-metrics',
7+
'organizations/ai-risk-hub',
8+
'organizations/using-gate-policies',
9+
'organizations/using-coding-standards',
10+
{
11+
type: 'category' as const,
12+
label: 'Managing integrations',
13+
items: [
14+
'organizations/integrations/default-git-provider-integration-settings',
15+
{
16+
type: 'doc' as const,
17+
id: 'organizations/integrations/slack-integration',
18+
label: 'Slack integration for Security issues',
19+
},
20+
{
21+
type: 'doc' as const,
22+
id: 'organizations/integrations/jira-integration',
23+
label: 'Jira integration for Security and risk management',
24+
},
25+
],
26+
},
27+
'organizations/managing-security-and-risk',
28+
'organizations/managing-people',
29+
'organizations/audit-logs-for-organizations',
30+
'organizations/roles-and-permissions-for-organizations',
31+
'organizations/changing-your-plan-and-billing',
32+
];
33+

docusaurus/docs/release-notes/cloud/cloud-2018-07-23.md renamed to docusaurus/docs/release-notes/cloud/2018/2018-07-23-cloud.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Cloud July 23, 2018
33
rss_title: Codacy release notes RSS feed
44
rss_href: /feed_rss_created.xml
55
description: Release notes for Codacy Cloud July 23, 2018.
6+
slug: /release-notes/cloud/cloud-2018-07-23
67
---
78

89

docusaurus/docs/release-notes/cloud/cloud-2018-10-19.md renamed to docusaurus/docs/release-notes/cloud/2018/2018-10-19-cloud.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Cloud October 19, 2018
33
rss_title: Codacy release notes RSS feed
44
rss_href: /feed_rss_created.xml
55
description: Release notes for Codacy Cloud October 19, 2018.
6+
slug: /release-notes/cloud/cloud-2018-10-19
67
---
78

89

0 commit comments

Comments
 (0)