add privacy and ToS links to docs (#613)

Co-authored-by: saga4 <saga4@codeflashs-MacBook-Air.local>
This commit is contained in:
Sarthak Agarwal 2025-08-06 03:24:22 +04:00 committed by GitHub
parent b13f218ddc
commit 8cb4172d5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
]
}
]
}
}