We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52667ce commit 9cc35e9Copy full SHA for 9cc35e9
README.md
@@ -54,6 +54,11 @@ The full-time staff of the CNCF Tech Docs team is:
54
55
Various consultants and volunteers also contribute to CNCF Tech Docs projects.
56
57
+## Licenses
58
+
59
+- Documentation: [CC-BY-4.0](LICENSE)
60
+- Code: [Apache-2.0](LICENSE-CODE)
61
62
[date-time]:
63
https://tockify.com/cncf.public.events/monthly?search=CNCF%20Tech%20Writers%20Office%20Hours
64
[Zoom meeting 95471930872]:
docusaurus.config.ts
@@ -65,6 +65,10 @@ const config: Config = {
65
footer: {
66
style: 'dark',
67
links: [
68
+ {
69
+ label: 'Licenses',
70
+ href: '/#licenses',
71
+ },
72
{
73
label: 'Privacy',
74
href: 'https://www.linuxfoundation.org/legal/privacy-policy',
0 commit comments