From dc8d09870ef324e3f840dbc4b263c469bdbd8a08 Mon Sep 17 00:00:00 2001 From: johnmhoran Date: Thu, 28 May 2026 18:01:36 -0700 Subject: [PATCH] Fix getting-started links, simplify workflow file names Signed-off-by: johnmhoran --- .../{a-b-build-only.yml => build-only.yml} | 0 ...deploy-production.yml => deploy-production.yml} | 0 .../{a-b-deploy-staging.yml => deploy-staging.yml} | 0 website/docs/getting_started/getting-started.md | 14 +++++++------- 4 files changed, 7 insertions(+), 7 deletions(-) rename .github/workflows/{a-b-build-only.yml => build-only.yml} (100%) rename .github/workflows/{a-b-deploy-production.yml => deploy-production.yml} (100%) rename .github/workflows/{a-b-deploy-staging.yml => deploy-staging.yml} (100%) diff --git a/.github/workflows/a-b-build-only.yml b/.github/workflows/build-only.yml similarity index 100% rename from .github/workflows/a-b-build-only.yml rename to .github/workflows/build-only.yml diff --git a/.github/workflows/a-b-deploy-production.yml b/.github/workflows/deploy-production.yml similarity index 100% rename from .github/workflows/a-b-deploy-production.yml rename to .github/workflows/deploy-production.yml diff --git a/.github/workflows/a-b-deploy-staging.yml b/.github/workflows/deploy-staging.yml similarity index 100% rename from .github/workflows/a-b-deploy-staging.yml rename to .github/workflows/deploy-staging.yml diff --git a/website/docs/getting_started/getting-started.md b/website/docs/getting_started/getting-started.md index c5197a8..117ded0 100644 --- a/website/docs/getting_started/getting-started.md +++ b/website/docs/getting_started/getting-started.md @@ -21,9 +21,9 @@ The use cases are grouped according to 4 major topics: - License compliance - CRAVEX: An open source solution for any organization to efficiently comply with the CRA and other regulatory requirements and improve its overall software security posture. - + If you already know which AboutCode projects you are interested in you can -find detailed project information in the Projects page of this website. Each project +find detailed project information in the Projects page of this website. Each project card provides comprehensive project information including: - Description - Documentation URL @@ -33,17 +33,17 @@ card provides comprehensive project information including: - Platform The projects are presented in 5 categories: -- [Applications](/projects/): These projects offer an application +- [Applications](/projects#application-projects): These projects offer an application that you can install in the cloud or a local environment. -- [ScanCode](/projects/): These projects are components or extensions +- [ScanCode](/projects#scancode-projects): These projects are components or extensions of ScanCode. -- [Package-URL](/projects/): These projects provide tools and data to +- [Package-URL](/projects#purl-projects): These projects provide tools and data to support the use of the PURL (Package-URL) or VERS (Version Range Specifier) specifications. -- [Inspectors](/projects/): AboutCode Inspectors are special-purpose +- [Inspectors](/projects#inspectors): AboutCode Inspectors are special-purpose analysis tools. You can run them as a ScanCode Toolkit plugin, as steps in a ScanCode.io pipeline, or from the command line. -- [Libraries](/projects/): AboutCode libraries are key building blocks for +- [Libraries](/projects#libraries): AboutCode libraries are key building blocks for the AboutCode software and data stack - they have also been incorporated into other major FOSS projects and are available for use by anyone.