Skip to content

Commit

Permalink
Merge pull request #6113 from akatsoulas/aaq-config-update
Browse files Browse the repository at this point in the history
Drop FPN from AAQ
  • Loading branch information
escattone authored Jul 10, 2024
2 parents 2a4c7d1 + 928af53 commit 22e7c99
Showing 1 changed file with 0 additions and 125 deletions.
125 changes: 0 additions & 125 deletions kitsune/questions/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,36 +348,6 @@
"categories": OrderedDict([]),
},
),
(
"firefox-reality",
{
"name": _lazy("Firefox Reality"),
"subtitle": _lazy("Firefox for Virtual Reality headsets"),
"extra_fields": [],
"tags": [],
"product": "firefox-reality",
"categories": OrderedDict(
[
(
"get-started",
{
"name": _lazy("Get started with Firefox Reality"),
"topic": "get-started",
"tags": ["get-started"],
},
),
(
"troubleshooting-reality",
{
"name": _lazy("Troubleshooting"),
"topic": "troubleshooting",
"tags": ["troubleshooting"],
},
),
]
),
},
),
(
"firefox-private-network-vpn",
{
Expand Down Expand Up @@ -424,52 +394,6 @@
),
},
),
(
"firefox-private-network",
{
"name": _lazy("Firefox Private Network"),
"subtitle": _lazy("Browse securely on public Wi-Fi"),
"extra_fields": [],
"tags": [],
"product": "firefox-private-network",
"categories": OrderedDict(
[
(
"technical",
{
"name": _lazy("Technical"),
"topic": "technical",
"tags": ["technical"],
},
),
(
"accounts",
{
"name": _lazy("Accounts"),
"topic": "accounts",
"tags": ["accounts"],
},
),
(
"payments",
{
"name": _lazy("Payments"),
"topic": "payments",
"tags": ["payments"],
},
),
(
"troubleshooting",
{
"name": _lazy("Troubleshooting"),
"topic": "troubleshooting",
"tags": ["troubleshooting"],
},
),
]
),
},
),
(
"relay",
{
Expand Down Expand Up @@ -503,55 +427,6 @@
"categories": OrderedDict([]),
},
),
(
"hubs",
{
"name": _lazy("Hubs"),
"subtitle": _lazy(
"Virtual 3D meeting spaces for collaborating with friends, family, "
"and colleagues on your browser or VR headset"
),
"extra_fields": [],
"tags": ["hubs"],
"product": "hubs",
"categories": OrderedDict(
[
(
"hubs-avatars",
{
"name": _lazy("Avatars"),
"topic": "hubs-avatars",
"tags": ["hubs-avatars"],
},
),
(
"hubs-accounts",
{
"name": _lazy("Accounts"),
"topic": "hubs-accounts",
"tags": ["hubs-accounts"],
},
),
(
"hubs-rooms",
{
"name": _lazy("Rooms"),
"topic": "hubs-rooms",
"tags": ["hubs-rooms"],
},
),
(
"hubs-moderators",
{
"name": _lazy("Moderators & Hosts"),
"topic": "hubs-moderators",
"tags": ["hubs-moderators"],
},
),
]
),
},
),
(
"thunderbird",
{
Expand Down

0 comments on commit 22e7c99

Please sign in to comment.