Skip to content

Commit 3b37478

Browse files
authored
Merge pull request #165 from aboutcode-org/Harmonize-getting-started-docs
Harmonize getting-started topics
2 parents 136e2a1 + 6e2f162 commit 3b37478

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

website/docs/getting_started/compliance.md renamed to website/docs/getting_started/license-compliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Compliance
1+
# License Compliance
22
Compliance with licenses for third-party software is a very broad topic which was historically separated into two distinct domains:
33
- Licenses for commercial software products where a purchasing department or
44
similar organization has the primary responsibility for negotiating license

website/docs/getting_started/security.md renamed to website/docs/getting_started/software-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Security
1+
# "Software Security
22
Software security is a very broad domain. The AboutCode community has focused
33
on the identification, reporting, triage and remediation of open source
44
vulnerabilities because this fits with our core expertise in software

website/sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const sidebars = {
88
getting_started: [
99
'getting_started/getting-started',
1010
'getting_started/software-identification',
11-
'getting_started/security',
12-
'getting_started/compliance',
11+
'getting_started/software-security',
12+
'getting_started/license-compliance',
1313
'getting_started/cravex',
1414
],
1515

website/src/components/CapabilitiesGrid/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const capabilities = [
66
{
77
title: 'License Detection',
88
description: 'Detect licenses in any codebase, whether open source, or proprietary; in source code and binaries. Powers dozens of open source and commercial SCA tools.',
9-
link: '/docs/getting_started/compliance/',
9+
link: '/docs/getting_started/license-compliance/',
1010
},
1111
{
1212
title: 'Code Origin Matching',
@@ -26,7 +26,7 @@ const capabilities = [
2626
{
2727
title: 'Vulnerability Management',
2828
description: 'Aggregate vulnerability data, map to affected packages, identify fixes, and score exploitability and risk for triage.',
29-
link: '/docs/getting_started/security/',
29+
link: '/docs/getting_started/software-security/',
3030
},
3131
{
3232
title: 'SBOMs and Compliance',

0 commit comments

Comments
 (0)