forked from PaloAltoNetworks/pan.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrumbs.json
63 lines (63 loc) · 1.61 KB
/
crumbs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"sase": {
"href": "/sase",
"label": "SASE",
"sitemap_productcategory": [
"Prisma",
"Prisma SD-WAN",
"Prisma Access",
"SASE"
],
"sitemap_feature": ["SD-WAN"],
"children": [
{
"href": "/sase/api/prisma-access-config",
"label": "Prisma Access Configuration API",
"description": "Prisma Access Configuration API Reference",
"icon": "⚙️",
"sitemap_feature": ["API"]
},
{
"href": "/sase/api/msp",
"label": "Multitenant Platform APIs",
"description": "Prisma SASE Multitenant Platform API Reference",
"icon": "⚙️",
"sitemap_feature": ["API"]
},
{
"href": "/sase/docs",
"label": "SASE Docs",
"description": "SASE Configs"
}
]
},
"sase-services": {
"href": "/sase-services",
"label": "SASE Services",
"children": [
{
"href": "/sase-services/api/identity-and-access-management",
"label": "IAM API",
"description": "IAM API Reference",
"icon": "⚙️"
},
{
"href": "/sase-services/api/auth-service",
"label": "Authentication Service API",
"description": "Authentication Service API Reference",
"icon": "⚙️"
},
{
"href": "/sase-services/api/tenancy-service",
"label": "Tenancy Service API",
"description": "Tenancy Service API Reference",
"icon": "⚙️"
},
{
"href": "/sase-services/docs",
"label": "SASE Services Docs",
"description": "SASE Services"
}
]
}
}