Skip to content

Commit 4c51242

Browse files
committed
WWW add About page
1 parent 650f7f7 commit 4c51242

3 files changed

Lines changed: 22 additions & 0 deletions

File tree

website/docs/about/about.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AboutCode
2+
3+
The AboutCode community designs, develops, and sustains an open source
4+
ecosystem of interoperable tools, accurate data, and practical standards to
5+
enable organizations of any size to identify open source or other third-party
6+
software, automate license compliance, and improve software supply chain
7+
security.
8+
9+
AboutCode as an organization comprises:
10+
11+
- **AboutCode Europe ASBL**: a European non-profit that is the legal entity
12+
behind AboutCode. AboutCode Europe actively proposes and manages grants to
13+
maintain and enhance the AboutCode open source ecosystem.
14+
- **[AboutCode GitHub organization](https://github.com/aboutcode-org)**: the
15+
GitHub organization that owns and manages AboutCode project repositories.

website/docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ const config = {
169169
label: 'About',
170170
position: 'left',
171171
items: [
172+
{to: '/docs/about/', label: 'About'},
172173
{ to: '/docs/about/contribute', label: 'Contribute' },
173174
{ to: '/docs/about/events', label: 'Events' },
174175
{ to: '/docs/about/meetings', label: 'Meetings' },

website/sidebars.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ const sidebars = {
1414
],
1515

1616
about: [
17+
{
18+
type:'doc',
19+
id: 'about/about',
20+
label: 'About',
21+
},
22+
1723
'about/contribute',
1824
'about/events',
1925
'about/meetings',

0 commit comments

Comments
 (0)