Skip to content

Update privacy section of the docs to match UI updates [GOV-483] #7661

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 36 additions & 10 deletions src/_data/privacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,48 @@ sections:
section_col: 6
section:
- name: Detect and classify customer data
description: "The Privacy Portal helps automate preparing for new privacy regulations."
description: "The Privacy Portal helps streamline your response to new privacy regulations."
path: /privacy/portal/
icon: media/classify.svg
- name: Control what data you collect
description: "Take control over whether specific data is allowed to enter Segment"
description: "Take control of the data that comes into your workspace."
path: /privacy/data-controls/
icon: media/control.svg

- section_title: Prepare for GDPR & CCPA
- section_title: Respect your end user's consent preferences
section_col: 4
section:
- name: Consent in Segment Connections
description: "Manage end user consent in your downstream tools with Consent Management."
path: /privacy/consent-management/consent-in-segment-connections/
- name: Consent in Reverse ETL
description: "Enforce consent preferences stored in your data warehouse."
path: /privacy/consent-management/consent-in-retl/
- name: Consent stored on the Profile
description: "Create Audiences of users based on consent status."
path: /docs/privacy/consent-management/consent-in-unify/

- section_title: Delete user and workspace data
section_col: 4
section:
- name: Delete and suppress data about end users
description: "Comply with GDPR and CCPA by deleting information from Segment about your company's end users."
path: /privacy/user-deletion-and-suppression/
- name: Delete data from sources, a Unify space, or your entire workspace
description: "Remove all data from a source, a Unify space, or a workspace."
path: /privacy/account-deletion/
- name: Data Deletion and Retention Policy
description: "Manage your data accurately, efficiently, and securely within clearly defined retention periods."
path: /privacy/data-retention-policy/

- section_title: Tools to comply with privacy regulations
section_col: 6
section:
- name: Understand and Comply with regulations
description: "Segment is committed to making it easier for you to comply with the GDPR."
path: /privacy/complying-with-the-gdpr/
- name: HIPAA-Eligible Segment
icon: media/database-star.svg
description: "Segment is a HIPAA eligible platform, and meets the data privacy and security requirements of healthcare customers and their stakeholders."
path: /privacy/hipaa-eligible-segment/
- name: Complying with the GDPR
icon: media/comply.svg
- name: Delete and suppress data about end-users
description: "Easily remove your company's end-users from Segment and supported connections."
path: /privacy/user-deletion-and-suppression/
icon: media/delete.svg
description: "Learn more about the tools and strategies you can use to maintain GDPR compliance."
path: /privacy/hipaa-eligible-segment/
21 changes: 9 additions & 12 deletions src/_data/sidenav/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -561,23 +561,13 @@ sections:
title: Privacy Overview
- section_title: Privacy Portal
slug: protocols/portal
expanded: true
section:
- path: /privacy/portal
title: Detect PII
- path: /privacy/data-controls
title: Data Controls and Alerts
- section_title: GDPR
slug: protocols/complying-with-the-gdpr
expanded: true
section:
- path: /privacy/complying-with-the-gdpr
title: Complying With GDPR
- path: /privacy/user-deletion-and-suppression
title: User Deletion and Suppression
- section_title: Consent Management
slug: privacy/consent-management
expanded: true
section:
- path: /privacy/consent-management
title: Consent Management Overview
Expand All @@ -591,10 +581,17 @@ sections:
title: Consent in Reverse ETL
- path: /privacy/consent-management/consent-faq
title: Consent FAQs
- section_title: Deletion and Suppression
slug: privacy/user-deletion-and-suppression
section:
- path: /privacy/user-deletion-and-suppression
title: User Deletion and Suppression
- path: /privacy/account-deletion
title: Account & Data Deletion
- path: /privacy/data-retention-policy
title: Data Retention and Deletion Policy
- path: /privacy/account-deletion
title: Account & Data Deletion
- path: /privacy/complying-with-the-gdpr
title: Complying With GDPR
- path: /privacy/hipaa-eligible-segment
title: HIPAA Eligible Segment
- path: /privacy/faq
Expand Down