From 47c3ae56ac314f75377442a309bf8c149145492a Mon Sep 17 00:00:00 2001 From: Yan Vaskov Date: Tue, 14 Jan 2025 16:18:22 +0400 Subject: [PATCH] Added footer config for Kite --- configs/footer-links/kite.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 configs/footer-links/kite.json diff --git a/configs/footer-links/kite.json b/configs/footer-links/kite.json new file mode 100644 index 00000000..318029a2 --- /dev/null +++ b/configs/footer-links/kite.json @@ -0,0 +1,28 @@ +[ + { + "title": "Kite AI", + "links": [ + { + "text": "Website", + "url": "https://gokite.ai/" + }, + { + "text": "GitHub", + "url": "https://github.com/Zettablock" + }, + { + "text": "Twitter", + "url": "https://x.com/GoKiteAI" + }, + { + "text": "Discord", + "url": "https://discord.com/invite/gokiteai" + }, + { + "text": "LinkedIn", + "url": "https://www.linkedin.com/company/kiteprotocolhq/" + } + ] + } +] + \ No newline at end of file