add privacy and ToS links to docs (#613)
Co-authored-by: saga4 <saga4@codeflashs-MacBook-Air.local>
This commit is contained in:
parent
b13f218ddc
commit
8cb4172d5d
1 changed files with 16 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue