# Copyright (c) 2022-2023 Jonah Aragon # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. INHERIT: mkdocs.common.yml docs_dir: '../i18n/es' site_url: "https://www.privacyguides.org/es/" site_dir: '../site/es' site_name: Privacy Guides site_description: | Privacy Guides es tu recurso central de privacidad y seguridad para protegerte en línea. copyright: | Privacy Guides es un sitio web sin fines lucrativos y de motivación social que ofrece información para proteger la seguridad y privacidad de sus datos.
No ganamos dinero por recomendar determinados productos y no utilizamos enlaces de afiliados.
© 2019 - 2023 Privacy Guides y colaboradores. Contenido bajo licencia CC BY-ND 4.0. edit_uri: edit/main/docs/ extra: generator: false analytics: provider: plausible property: privacyguides.org feedback: title: "¿Le ha resultado útil esta página?" ratings: - icon: material/robot-happy-outline name: "Esta página fue útil" data: Helpful note: "Gracias por sus comentarios!" - icon: material/robot-confused name: "Esta página se podría mejorar" data: Needs Improvement note: "Gracias por sus comentarios. Ayúdenos a mejorar esta página abriendo un debate en nuestro foro." theme: language: es logo: ../../theme/assets/brand/SVG/Logo/privacy-guides-logo-notext-colorbg.svg font: text: Public Sans code: DM Mono palette: - media: "(prefers-color-scheme)" scheme: default accent: deep purple toggle: icon: material/brightness-auto name: "Cambiar a modo oscuro" - media: "(prefers-color-scheme: dark)" scheme: slate accent: amber toggle: icon: material/brightness-2 name: "Cambiar a modo claro" - media: "(prefers-color-scheme: light)" scheme: default accent: deep purple toggle: icon: material/brightness-5 name: "Cambiar al tema del sistema" plugins: social: cards: !ENV [NETLIFY, false] cards_dir: assets/img/social cache_dir: .cache/plugin/social-es cards_layout: default/variant cards_layout_options: background_color: "#FFD06F" color: "#2d2d2d" font_family: Public Sans markdown_extensions: pymdownx.snippets: auto_append: - includes/abbreviations.es.txt nav: - Inicio: 'index.md' - Base de conocimientos: - 'basics/why-privacy-matters.md' - 'basics/threat-modeling.md' - 'basics/common-threats.md' - 'basics/common-misconceptions.md' - 'basics/account-creation.md' - 'basics/account-deletion.md' - "Aspectos tecnológicos esenciales": - 'basics/passwords-overview.md' - 'basics/multi-factor-authentication.md' - 'basics/email-security.md' - 'basics/vpn-overview.md' - Sistemas operativos: - 'os/android-overview.md' - 'os/linux-overview.md' - 'os/qubes-overview.md' - Temas avanzados: - 'advanced/dns-overview.md' - 'advanced/tor-overview.md' - 'advanced/payments.md' - 'advanced/communication-network-types.md' - kb-archive.md - Recomendaciones: - 'tools.md' - "Navegación por Internet": - 'tor.md' - 'desktop-browsers.md' - 'mobile-browsers.md' - Sistemas operativos: - 'android.md' - 'desktop.md' - 'router.md' - Proveedores: - 'cloud.md' - 'dns.md' - 'email.md' - 'financial-services.md' - 'search-engines.md' - 'vpn.md' - Software: - 'calendar.md' - 'cryptocurrency.md' - 'data-redaction.md' - 'email-clients.md' - 'encryption.md' - 'file-sharing.md' - 'frontends.md' - 'multi-factor-authentication.md' - 'news-aggregators.md' - 'notebooks.md' - 'passwords.md' - 'productivity.md' - 'real-time-communication.md' - 'video-streaming.md' - Acerca de: - 'about/index.md' - 'about/criteria.md' - 'about/statistics.md' - 'about/notices.md' - 'about/privacy-policy.md' - Comunidad: - 'about/donate.md' - Servicios en línea: 'about/services.md' - "Código de conducta": 'CODE_OF_CONDUCT.md' - 'about/privacytools.md' - Contribuir: - "Guía de redacción": - 'meta/writing-style.md' - 'meta/brand.md' - "Guías técnicas": - 'meta/uploading-images.md' - 'meta/git-recommendations.md' - "Registro de cambios": 'https://github.com/privacyguides/privacyguides.org/releases' - Foro: 'https://discuss.privacyguides.net/' - Blog: 'https://blog.privacyguides.org/'