From 09cd1439842c8e3a3ccf8b268be190557034b137 Mon Sep 17 00:00:00 2001 From: saga4 Date: Wed, 6 Aug 2025 01:26:22 +0400 Subject: [PATCH] add privacy and ToS links to docs --- docs/docs.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/docs.json b/docs/docs.json index bd052addf..b3ccf9027 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -115,6 +115,21 @@ "discord": "https://www.codeflash.ai/discord", "github": "https://github.com/codeflash-ai", "linkedin": "https://www.linkedin.com/company/codeflash-ai" - } + }, + "links": [ + { + "label": "Legal", + "items": [ + { + "label": "Privacy Policy", + "href": "https://www.codeflash.ai/privacy-policy" + }, + { + "label": "Terms of Service", + "href": "https://www.codeflash.ai/terms-of-service" + } + ] + } + ] } } \ No newline at end of file