Skip to content

Commit

Permalink
Merge pull request #6350 from akatsoulas/taxonomy-topic-updates
Browse files Browse the repository at this point in the history
Update taxonomy map
  • Loading branch information
akatsoulas authored Nov 12, 2024
2 parents 2b8b0ad + f8d8a50 commit 147ad44
Showing 1 changed file with 39 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Generated by Django 4.2.16 on 2024-10-15 04:43

from re import A

import django.db.models.deletion
from django.db import migrations, models

Expand Down Expand Up @@ -90,7 +92,7 @@
"title": "Backup, recovery, and sync",
"slug": "backup-recovery-and-sync",
"description": "Sync your data across different platforms and devices, backup what’s important, and recover it if it’s lost.",
"products": ["firefox", "mobile", "ios", "relay", "mozilla-account"],
"products": ["firefox", "mobile", "ios", "mozilla-account"],
"subtopics": [
{
"title": "Backup data",
Expand All @@ -116,7 +118,15 @@
"title": "Browse",
"slug": "browse",
"description": "Explore how to navigate the web efficiently and effectively with Mozilla’s products.",
"products": ["firefox", "mobile", "ios", "pocket", "hubs"],
"products": [
"firefox",
"mobile",
"ios",
"pocket",
"hubs",
"focus-firefox",
"firefox-enterprise",
],
"subtopics": [
{
"title": "Article View",
Expand Down Expand Up @@ -158,7 +168,7 @@
"title": "Links",
"slug": "links",
"description": "Use web links in Mozilla’s products.",
"products": ["firefox", "mobile", "ios"],
"products": ["firefox", "mobile", "ios", "focus-firefox"],
},
{
"title": "Home screen",
Expand All @@ -182,6 +192,8 @@
"focus-firefox",
"thunderbird",
"thunderbird-android",
"firefox-enterprise",
"relay",
],
"subtopics": [
{
Expand All @@ -197,6 +209,8 @@
"focus-firefox",
"thunderbird",
"thunderbird-android",
"firefox-enterprise",
"relay",
],
},
{
Expand All @@ -223,7 +237,13 @@
"title": "Site breakages",
"slug": "site-breakages",
"description": "Resolve problems when websites don’t load or function correctly.",
"products": ["firefox", "mobile", "ios", "focus-firefox"],
"products": [
"firefox",
"mobile",
"ios",
"focus-firefox",
"firefox-private-network-vpn",
],
},
],
},
Expand Down Expand Up @@ -265,13 +285,13 @@
"title": "Downloads",
"slug": "downloads",
"description": "Manage and troubleshoot your downloads.",
"products": ["firefox", "mobile", "ios", "pocket"],
"products": ["firefox", "mobile", "ios", "mdn-plus"],
},
{
"title": "Save content",
"slug": "save-content",
"description": "Save your favorite content for later.",
"products": ["firefox", "mobile", "ios", "pocket"],
"products": ["firefox", "mobile", "ios", "pocket", "mdn-plus"],
},
],
},
Expand Down Expand Up @@ -308,9 +328,6 @@
"slug": "tags",
"description": "Categorize and organize efficiently with tags.",
"products": [
"firefox",
"mobile",
"ios",
"pocket",
"thunderbird",
"thunderbird-android",
Expand Down Expand Up @@ -407,7 +424,6 @@
"firefox-enterprise",
"thunderbird",
"thunderbird-android",
"mozilla-account",
],
},
{
Expand All @@ -424,7 +440,7 @@
"firefox-enterprise",
"thunderbird",
"thunderbird-android",
"mozilla-account",
"mdn-plus",
],
},
{
Expand All @@ -435,12 +451,10 @@
"firefox",
"mobile",
"ios",
"firefox-private-network-vpn",
"focus-firefox",
"firefox-enterprise",
"thunderbird",
"thunderbird-android",
"mozilla-account",
],
},
{
Expand All @@ -457,7 +471,6 @@
"firefox-enterprise",
"thunderbird",
"thunderbird-android",
"mozilla-account",
],
},
{
Expand Down Expand Up @@ -546,7 +559,7 @@
"title": "Masking",
"slug": "masking",
"description": "Mask your email and phone number to better protect your privacy.",
"products": ["firefox", "mobile", "ios", "relay", "mozilla-account"],
"products": ["relay", "mozilla-account"],
},
{
"title": "Security",
Expand Down Expand Up @@ -584,6 +597,7 @@
"thunderbird",
"thunderbird-android",
"mozilla-account",
"pocket",
],
"subtopics": [
{
Expand All @@ -598,6 +612,7 @@
"thunderbird",
"thunderbird-android",
"mozilla-account",
"monitor",
],
},
{
Expand All @@ -623,6 +638,7 @@
"thunderbird",
"thunderbird-android",
"mozilla-account",
"pocket",
],
},
{
Expand Down Expand Up @@ -660,6 +676,7 @@
"thunderbird",
"thunderbird-android",
"mozilla-account",
"mdn-plus",
],
"subtopics": [
{
Expand All @@ -682,9 +699,11 @@
"slug": "account-management",
"description": "Manage your account settings and preferences.",
"products": [
"firefox",
"mobile",
"ios",
"firefox-private-network-vpn",
"pocket",
"firefox-enterprise",
"thunderbird",
"thunderbird-android",
"mozilla-account",
Expand All @@ -697,8 +716,8 @@
"products": [
"firefox-private-network-vpn",
"pocket",
"firefox-enterprise",
"mozilla-account",
"mdn-plus",
],
},
],
Expand Down Expand Up @@ -728,6 +747,7 @@
"mdn-plus",
"hubs",
"mozilla-account",
"monitor",
],
},
{
Expand All @@ -741,6 +761,7 @@
"mdn-plus",
"hubs",
"mozilla-account",
"monitor",
],
},
],
Expand All @@ -767,7 +788,7 @@
"title": "Instant messaging",
"slug": "instant-messaging",
"description": "Features and functionality to use with instant messaging.",
"products": ["thunderbird", "thunderbird-android"],
"products": ["thunderbird", "thunderbird-android", "relay"],
},
{
"title": "Attachments",
Expand Down

0 comments on commit 147ad44

Please sign in to comment.