Skip to content

Conversation

@Saga4
Copy link
Contributor

@Saga4 Saga4 commented Aug 5, 2025

PR Type

Documentation


Description

  • Add Legal links in docs footer

  • Add Privacy Policy link

  • Add Terms of Service link


File Walkthrough

Relevant files
Documentation
docs.json
Add Legal links in footer                                                               

docs/docs.json

  • Added links array under footer
  • Introduced Legal section grouping
  • Added Privacy Policy and Terms of Service URLs
+16/-1   

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


saga4 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions
Copy link

github-actions bot commented Aug 5, 2025

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

JSON Syntax

Verify that the added comma after the socials block and the new links section maintain valid JSON (no trailing commas, balanced braces).

},
"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"
      }
    ]
  }
]
Link Verification

Ensure the href URLs for Privacy Policy and Terms of Service are correct and live, and follow the same URL pattern used elsewhere.

  "label": "Privacy Policy",
  "href": "https://www.codeflash.ai/privacy-policy"
},
{
  "label": "Terms of Service", 
  "href": "https://www.codeflash.ai/terms-of-service"
}

@github-actions
Copy link

github-actions bot commented Aug 5, 2025

PR Code Suggestions ✨

No code suggestions found for the PR.

@Saga4 Saga4 requested review from KRRT7 and misrasaurabh1 August 5, 2025 22:21
@Saga4 Saga4 enabled auto-merge (squash) August 5, 2025 22:22
@Saga4 Saga4 merged commit 8cb4172 into main Aug 5, 2025
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants