Skip to content

Commit f654e66

Browse files
authored
[Docs Site] Update dash-routes JSON (#24986)
1 parent 15ab1bf commit f654e66

File tree

2 files changed

+11
-59
lines changed

2 files changed

+11
-59
lines changed

src/content/dash-routes/index.json

Lines changed: 9 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
"name": "Discover",
88
"deeplink": "/?to=/:account/discover"
99
},
10-
{
11-
"name": "Domain registration",
12-
"deeplink": "/?to=/:account/registrar/domains"
13-
},
1410
{
1511
"name": "Manage domains",
1612
"deeplink": "/?to=/:account/registrar/domains",
@@ -45,10 +41,6 @@
4541
"deeplink": "/?to=/:account/log-explorer/manage-sources",
4642
"parent": ["Log Explorer"]
4743
},
48-
{
49-
"name": "Analytics & Logs",
50-
"deeplink": "/?to=/:account/analytics"
51-
},
5244
{
5345
"name": "Account analytics",
5446
"deeplink": "/?to=/:account/analytics",
@@ -79,10 +71,6 @@
7971
"deeplink": "/?to=/:account/network-monitoring",
8072
"parent": ["Analytics & Logs"]
8173
},
82-
{
83-
"name": "Security Center",
84-
"deeplink": "/?to=/:account/security-center"
85-
},
8674
{
8775
"name": "Security insights",
8876
"deeplink": "/?to=/:account/security-center",
@@ -174,31 +162,19 @@
174162
"name": "Magic Firewall",
175163
"deeplink": "/?to=/:account/network-security/magic_firewall"
176164
},
177-
{
178-
"name": "L3/4 DDoS protection",
179-
"deeplink": "/?to=/:account/network-security/ddos"
180-
},
181165
{
182166
"name": "DDoS Managed Rules",
183167
"deeplink": "/?to=/:account/network-security/ddos",
184168
"parent": ["L3/4 DDoS protection"]
185169
},
186-
{
187-
"name": "IP addresses",
188-
"deeplink": "/?to=/:account/ip-addresses/proxy-ips"
189-
},
190170
{
191171
"name": "Address maps",
192172
"deeplink": "/?to=/:account/ip-addresses/proxy-ips",
193173
"parent": ["IP addresses"]
194174
},
195175
{
196176
"name": "Zero Trust",
197-
"deeplink": "one.dash.cloudflare.com"
198-
},
199-
{
200-
"name": "Magic WAN",
201-
"deeplink": "/?to=/:account/magic-wan/overview"
177+
"deeplink": "https://one.dash.cloudflare.com"
202178
},
203179
{
204180
"name": "Overview",
@@ -225,10 +201,6 @@
225201
"deeplink": "/?to=/:account/magic-wan/packet-captures/captures",
226202
"parent": ["Magic WAN"]
227203
},
228-
{
229-
"name": "Compute (Workers)",
230-
"deeplink": "/?to=/:account/workers-and-pages"
231-
},
232204
{
233205
"name": "Workers & Pages",
234206
"deeplink": "/?to=/:account/workers-and-pages",
@@ -245,7 +217,7 @@
245217
"parent": ["Compute (Workers)"]
246218
},
247219
{
248-
"name": "Workers observability",
220+
"name": "Observability",
249221
"deeplink": "/?to=/:account/workers-and-pages/observability",
250222
"parent": ["Compute (Workers)"]
251223
},
@@ -273,11 +245,7 @@
273245
"deeplink": "/?to=/:account/workers-for-platforms"
274246
},
275247
{
276-
"name": "Storage & Databases",
277-
"deeplink": "/?to=/:account/workers/kv/namespaces"
278-
},
279-
{
280-
"name": "KV storage",
248+
"name": "Workers KV",
281249
"deeplink": "/?to=/:account/workers/kv/namespaces",
282250
"parent": ["Storage & Databases"]
283251
},
@@ -302,14 +270,10 @@
302270
"parent": ["Storage & Databases"]
303271
},
304272
{
305-
"name": "Analytics engine",
273+
"name": "Analytics Engine",
306274
"deeplink": "/?to=/:account/workers/analytics-engine",
307275
"parent": ["Storage & Databases"]
308276
},
309-
{
310-
"name": "R2 object storage",
311-
"deeplink": "/?to=/:account/r2/overview"
312-
},
313277
{
314278
"name": "Overview",
315279
"deeplink": "/?to=/:account/r2/overview",
@@ -320,10 +284,6 @@
320284
"deeplink": "/?to=/:account/r2/slurper",
321285
"parent": ["R2 object storage"]
322286
},
323-
{
324-
"name": "AI",
325-
"deeplink": "/?to=/:account/ai/workers-ai"
326-
},
327287
{
328288
"name": "Workers AI",
329289
"deeplink": "/?to=/:account/ai/workers-ai",
@@ -368,10 +328,6 @@
368328
"deeplink": "/?to=/:account/stream/analytics",
369329
"parent": ["Stream"]
370330
},
371-
{
372-
"name": "Images",
373-
"deeplink": "/?to=/:account/images"
374-
},
375331
{
376332
"name": "Overview",
377333
"deeplink": "/?to=/:account/images",
@@ -401,6 +357,11 @@
401357
"name": "Realtime",
402358
"deeplink": "/?to=/:account/realtime"
403359
},
360+
{
361+
"name": "Agents",
362+
"deeplink": "/?to=/:account/realtime/agents",
363+
"parent": ["Realtime"]
364+
},
404365
{
405366
"name": "RealtimeKit",
406367
"deeplink": "/?to=/:account/realtime/kit",
@@ -455,10 +416,6 @@
455416
"deeplink": "/?to=/:account/tag-management/google-tag-gateway",
456417
"parent": ["Tag management"]
457418
},
458-
{
459-
"name": "Manage Account",
460-
"deeplink": "/?to=/:account/members"
461-
},
462419
{
463420
"name": "Members",
464421
"deeplink": "/?to=/:account/members",

src/content/partials/cloudflare-one/choose-team-name.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
---
2-
{}
3-
4-
---
5-
6-
import { GlossaryTooltip, DashButton } from "~/components"
1+
import { GlossaryTooltip, DashButton } from "~/components";
72

83
1. In the [Cloudflare dashboard](https://dash.cloudflare.com/), select **Zero Trust**.
94

10-
<DashButton url="one.dash.cloudflare.com" />
5+
<DashButton url="https://one.dash.cloudflare.com" />
116

127
2. On the onboarding screen, choose a <GlossaryTooltip term="team name">team name</GlossaryTooltip>. The team name is a unique, internal identifier for your Zero Trust organization. Users will enter this team name when they enroll their device manually, and it will be the subdomain for your App Launcher (as relevant). Your business name is the typical entry.
138

0 commit comments

Comments
 (0)