From 19746e0c293f2057488dd165b234f1e43759456c Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 19 Mar 2025 07:36:42 -0400 Subject: [PATCH] Add links to licenses to README and site footer Signed-off-by: Patrice Chalin --- README.md | 5 +++++ docusaurus.config.ts | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 2ad9c96..b49acfc 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,11 @@ The full-time staff of the CNCF Tech Docs team is: Various consultants and volunteers also contribute to CNCF Tech Docs projects. +## Licenses + +- Documentation: [CC-BY-4.0](LICENSE) +- Code: [Apache-2.0](LICENSE-CODE) + [date-time]: https://tockify.com/cncf.public.events/monthly?search=CNCF%20Tech%20Writers%20Office%20Hours [Zoom meeting 95471930872]: diff --git a/docusaurus.config.ts b/docusaurus.config.ts index d82780f..8db0e5c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -65,6 +65,10 @@ const config: Config = { footer: { style: 'dark', links: [ + { + label: 'Licenses', + href: '/#licenses', + }, { label: 'Privacy', href: 'https://www.linuxfoundation.org/legal/privacy-policy',