From 4c512422412639ff6b4efc0cf9595389f18deddd Mon Sep 17 00:00:00 2001 From: Manas Date: Sun, 9 Aug 2026 19:06:17 +0530 Subject: [PATCH] WWW add About page --- website/docs/about/about.md | 15 +++++++++++++++ website/docusaurus.config.js | 1 + website/sidebars.js | 6 ++++++ 3 files changed, 22 insertions(+) create mode 100644 website/docs/about/about.md diff --git a/website/docs/about/about.md b/website/docs/about/about.md new file mode 100644 index 0000000..7819d1c --- /dev/null +++ b/website/docs/about/about.md @@ -0,0 +1,15 @@ +# AboutCode + +The AboutCode community designs, develops, and sustains an open source +ecosystem of interoperable tools, accurate data, and practical standards to +enable organizations of any size to identify open source or other third-party +software, automate license compliance, and improve software supply chain +security. + +AboutCode as an organization comprises: + +- **AboutCode Europe ASBL**: a European non-profit that is the legal entity + behind AboutCode. AboutCode Europe actively proposes and manages grants to + maintain and enhance the AboutCode open source ecosystem. +- **[AboutCode GitHub organization](https://github.com/aboutcode-org)**: the + GitHub organization that owns and manages AboutCode project repositories. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index c1ea800..f1031ac 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -169,6 +169,7 @@ const config = { label: 'About', position: 'left', items: [ + {to: '/docs/about/', label: 'About'}, { to: '/docs/about/contribute', label: 'Contribute' }, { to: '/docs/about/events', label: 'Events' }, { to: '/docs/about/meetings', label: 'Meetings' }, diff --git a/website/sidebars.js b/website/sidebars.js index 994b548..c0f40b5 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -14,6 +14,12 @@ const sidebars = { ], about: [ + { + type:'doc', + id: 'about/about', + label: 'About', + }, + 'about/contribute', 'about/events', 'about/meetings',