Skip to content

Commit 9cc35e9

Browse files
authored
Add links to licenses to README and site footer (#306)
1 parent 52667ce commit 9cc35e9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ The full-time staff of the CNCF Tech Docs team is:
5454

5555
Various consultants and volunteers also contribute to CNCF Tech Docs projects.
5656

57+
## Licenses
58+
59+
- Documentation: [CC-BY-4.0](LICENSE)
60+
- Code: [Apache-2.0](LICENSE-CODE)
61+
5762
[date-time]:
5863
https://tockify.com/cncf.public.events/monthly?search=CNCF%20Tech%20Writers%20Office%20Hours
5964
[Zoom meeting 95471930872]:

docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ const config: Config = {
6565
footer: {
6666
style: 'dark',
6767
links: [
68+
{
69+
label: 'Licenses',
70+
href: '/#licenses',
71+
},
6872
{
6973
label: 'Privacy',
7074
href: 'https://www.linuxfoundation.org/legal/privacy-policy',

0 commit comments

Comments
 (0)