Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions website/docs/about/about.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
6 changes: 6 additions & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ const sidebars = {
],

about: [
{
type:'doc',
id: 'about/about',
label: 'About',
},

'about/contribute',
'about/events',
'about/meetings',
Expand Down