From 0743b46012e8ded492696a925537ba3c558aa5b7 Mon Sep 17 00:00:00 2001 From: Yash Israni Date: Sun, 8 Jun 2025 20:47:53 +0530 Subject: [PATCH] changes(footer): added cncf sandbox info Signed-off-by: Yash Israni --- docusaurus.config.js | 12 ++++++++++++ static/img/cncf-dark.svg | 1 + static/img/cncf-light.svg | 1 + 3 files changed, 14 insertions(+) create mode 100644 static/img/cncf-dark.svg create mode 100644 static/img/cncf-light.svg diff --git a/docusaurus.config.js b/docusaurus.config.js index 04a7351..d6576fb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -120,6 +120,18 @@ const config = { }, footer: { style: "dark", + links: [ + { + html: ` +
+
Kmesh is a Cloud Native Computing Foundation Sandbox project.
+ + CNCF Logo + +
+ ` + } + ], copyright: `Copyright © ${new Date().getFullYear()} Kmesh Project Authors. All rights reserved.`, }, prism: { diff --git a/static/img/cncf-dark.svg b/static/img/cncf-dark.svg new file mode 100644 index 0000000..c8381a0 --- /dev/null +++ b/static/img/cncf-dark.svg @@ -0,0 +1 @@ +cncf-color-bg.svg diff --git a/static/img/cncf-light.svg b/static/img/cncf-light.svg new file mode 100644 index 0000000..c8d667f --- /dev/null +++ b/static/img/cncf-light.svg @@ -0,0 +1 @@ +cncf-color-bg.svg \ No newline at end of file