chore: add privacy policy and terms and conditions as new pages#172
chore: add privacy policy and terms and conditions as new pages#172gonferreyra wants to merge 4 commits intodevelopfrom
Conversation
WalkthroughSe 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
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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
📒 Files selected for processing (6)
content/pages/es/legal/privacy-policy.mdcontent/pages/es/legal/terms-and-conditions.mddocusaurus.config.jssrc/pages/legal/privacy-policy.mdsrc/pages/legal/terms-and-conditions.mdsync_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. |
There was a problem hiding this comment.
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.
| 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) |
There was a problem hiding this comment.
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.
| 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.
Summary by CodeRabbit
Novedades