Skip to content

chore: add privacy policy and terms and conditions as new pages#172

Open
gonferreyra wants to merge 4 commits intodevelopfrom
chore/SLEAK-5274-legal-pages
Open

chore: add privacy policy and terms and conditions as new pages#172
gonferreyra wants to merge 4 commits intodevelopfrom
chore/SLEAK-5274-legal-pages

Conversation

@gonferreyra
Copy link
Copy Markdown
Contributor

@gonferreyra gonferreyra commented Apr 13, 2026

Summary by CodeRabbit

Novedades

  • Nuevas funcionalidades
    • Se agregaron páginas de Política de Privacidad en inglés y español con información completa sobre la recopilación y protección de datos.
    • Se agregaron páginas de Términos y Condiciones en inglés y español detallando el uso de la plataforma.
    • Los enlaces de documentos legales en el pie de página se actualizaron para acceso más rápido.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 13, 2026

Walkthrough

Se agregaron nuevas páginas legales en español (política de privacidad y términos y condiciones) en dos directorios distintos. Se actualizó la configuración de Docusaurus para apuntar a rutas internas en lugar de URLs externas de Notion. Se extendió el mapeo de sincronización para incluir páginas independientes en español.

Changes

Cohort / File(s) Summary
Contenido Legal en Español
content/pages/es/legal/privacy-policy.md, content/pages/es/legal/terms-and-conditions.md
Páginas legales completas en español con política de privacidad y términos y condiciones, incluyendo información sobre procesamiento de datos, terceros (GitLab, Stripe), restricciones de edad y procedimientos de cambio.
Contenido Legal Interno
src/pages/legal/privacy-policy.md, src/pages/legal/terms-and-conditions.md
Duplicados de las páginas legales con la misma estructura y contenido en inglés, incluyendo información sobre recopilación de datos, propósitos de procesamiento y políticas de servicio.
Configuración de Docusaurus
docusaurus.config.js
Actualización de enlaces en el footer para "Términos y Condiciones" y "Política de Privacidad" para utilizar rutas internas (/legal/terms-and-conditions y /legal/privacy-policy) en lugar de URLs externas de Notion.
Script de Sincronización
sync_content.js
Adición de nuevo mapeo en SYNC_MAP que crea un enlace simbólico desde content/pages/es hacia i18n/es/docusaurus-plugin-content-pages para páginas independientes en español.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Suggested reviewers

  • agustinoli

Poem

🎉 A las piñas se resuelven los conflictos en SleakOps,
Con política y términos, sin sorpresas ni giros,
En español fluye la ley, claro está,
Las rutas internas ahora guiarán,
¡Que celebren los enlaces su nuevo crear! 🎊

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed El título describe claramente el cambio principal: agregar páginas de política de privacidad y términos y condiciones al proyecto.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/SLEAK-5274-legal-pages

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@src/pages/legal/privacy-policy.md`:
- Line 9: Update the main site link in privacy-policy.md: replace the markdown
link [www.sleakops.com](http://www.sleakops.com/) with an HTTPS URL so it reads
[www.sleakops.com](https://www.sleakops.com/); this change is in the Welcome
paragraph at the top of the file and ensures the privacy policy references a
secure URL without redirecting.

In `@src/pages/legal/terms-and-conditions.md`:
- Line 211: Replace the incorrect phrase in the terms contact line that
currently reads "If you have any questions about this Terms, please contact us:
[contact@sleakops.com](mailto:contact@sleakops.com)" with the grammatically
correct "If you have any questions about these Terms, please contact us:
[contact@sleakops.com](mailto:contact@sleakops.com)" so the document uses "these
Terms" consistently.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 91ef201b-4c0b-444f-b301-97644b7fa4c4

📥 Commits

Reviewing files that changed from the base of the PR and between 84ea1e6 and 63848c6.

📒 Files selected for processing (6)
  • content/pages/es/legal/privacy-policy.md
  • content/pages/es/legal/terms-and-conditions.md
  • docusaurus.config.js
  • src/pages/legal/privacy-policy.md
  • src/pages/legal/terms-and-conditions.md
  • sync_content.js


**Last Updated:** May 15th, 2024

Welcome to SleakOps, operated by Craftech-io, Inc. ("us", "we", or "our"). Our service, accessible from [www.sleakops.com](http://www.sleakops.com/) ("Service"), is committed to protecting your privacy. This Privacy Policy outlines our practices regarding the collection, use, and disclosure of your information through your use of our Service and applies to all visitors, users, and others who access the Service.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Usad HTTPS en el enlace principal del sitio.

En Line 9 el enlace está en http; mejor dejarlo en https para evitar redirecciones y señal insegura en una página legal.

🔧 Propuesta rápida
-Welcome to SleakOps, operated by Craftech-io, Inc. ("us", "we", or "our"). Our service, accessible from [www.sleakops.com](http://www.sleakops.com/) ("Service"), is committed to protecting your privacy.
+Welcome to SleakOps, operated by Craftech-io, Inc. ("us", "we", or "our"). Our service, accessible from [www.sleakops.com](https://www.sleakops.com/) ("Service"), is committed to protecting your privacy.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Welcome to SleakOps, operated by Craftech-io, Inc. ("us", "we", or "our"). Our service, accessible from [www.sleakops.com](http://www.sleakops.com/) ("Service"), is committed to protecting your privacy. This Privacy Policy outlines our practices regarding the collection, use, and disclosure of your information through your use of our Service and applies to all visitors, users, and others who access the Service.
Welcome to SleakOps, operated by Craftech-io, Inc. ("us", "we", or "our"). Our service, accessible from [www.sleakops.com](https://www.sleakops.com/) ("Service"), is committed to protecting your privacy. This Privacy Policy outlines our practices regarding the collection, use, and disclosure of your information through your use of our Service and applies to all visitors, users, and others who access the Service.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@src/pages/legal/privacy-policy.md` at line 9, Update the main site link in
privacy-policy.md: replace the markdown link
[www.sleakops.com](http://www.sleakops.com/) with an HTTPS URL so it reads
[www.sleakops.com](https://www.sleakops.com/); this change is in the Welcome
paragraph at the top of the file and ensures the privacy policy references a
secure URL without redirecting.


## Contact Us

If you have any questions about this Terms, please contact us: [contact@sleakops.com](mailto:contact@sleakops.com)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Pequeño fallo gramatical en la línea de contacto.

En Line 211 debería decir “these Terms” en lugar de “this Terms”.

🔧 Propuesta rápida
-If you have any questions about this Terms, please contact us: [contact@sleakops.com](mailto:contact@sleakops.com)
+If you have any questions about these Terms, please contact us: [contact@sleakops.com](mailto:contact@sleakops.com)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
If you have any questions about this Terms, please contact us: [contact@sleakops.com](mailto:contact@sleakops.com)
If you have any questions about these Terms, please contact us: [contact@sleakops.com](mailto:contact@sleakops.com)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@src/pages/legal/terms-and-conditions.md` at line 211, Replace the incorrect
phrase in the terms contact line that currently reads "If you have any questions
about this Terms, please contact us:
[contact@sleakops.com](mailto:contact@sleakops.com)" with the grammatically
correct "If you have any questions about these Terms, please contact us:
[contact@sleakops.com](mailto:contact@sleakops.com)" so the document uses "these
Terms" consistently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant