-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtours.json
66 lines (66 loc) · 2.68 KB
/
tours.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
64
65
66
[
{
"id": "WhatsNewRGandSearch",
"tourCriteria": {
"urlRegex": ".*",
"newUser": "false"
},
"tourPanels": [
{
"image": "/docs/api/content/guided-tours/images/whatsnew/introducing_cloud_brand.gif",
"title": "What's new",
"body": "Bluemix is now IBM Cloud. In addition to our new name, we're excited to announce some big improvements that give you more control and flexibility. To keep up with ongoing updates, go to Support > What's new."
},
{
"image": "/docs/api/content/guided-tours/images/whatsnew/global_dashboard.gif",
"title": "Introducing resource groups",
"body": "You can use customizable groups to organize and secure your resources.",
"ctaText": "Learn more.",
"ctaURL": "/docs/admin/resourcegroups.html"
},
{
"image": "/docs/api/content/guided-tours/images/whatsnew/global_search.gif",
"title": "Find what you're looking for",
"body": "You can now search across all of your organizations, regions, and resource groups.",
"ctaText": "Learn more.",
"ctaURL": "/docs/overview/ui.html"
},
{
"image": "/docs/api/content/guided-tours/images/whatsnew/filters.gif",
"title": "See everything in one place",
"body": "Want a global view of all your resources? Now, you can go to the dashboard and filter by what's important to you.",
"ctaText": "Learn more.",
"ctaURL": "/docs/overview/ui.html"
}
]
},
{
"id": "NewUserIntro",
"tourCriteria": {
"urlRegex": ".*",
"newUser": "true",
"suppressTours": [
"WhatsNewRGandSearch"
]
},
"tourPanels": [
{
"image": "/docs/api/content/guided-tours/images/welcome1.png",
"title": "Welcome to IBM Cloud",
"body": "We're glad you're here! Now that your account is set up with a resource group, org, and space already created for you, you're ready to start working on your projects."
},
{
"image": "/docs/api/content/guided-tours/images/welcome1.png",
"title": "What do you want to build?",
"body": "We provide a broad set of services you can use as building blocks to run your apps. Use the Menu icon to open the navigation and start exploring IBM Cloud."
},
{
"image": "/docs/api/content/guided-tours/images/whatsnew/all-resources-wide.png",
"title": "See everything in one place",
"body": "Want a global view of all your resources? After you start building, you can go to the dashboard and filter by what's important to you.",
"ctaText": "Learn more.",
"ctaURL": "/docs/overview/ui.html"
}
]
}
]