-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathlanding.json
More file actions
55 lines (54 loc) · 1.67 KB
/
landing.json
File metadata and controls
55 lines (54 loc) · 1.67 KB
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
{
"version": 2,
"title": "IBM Watson",
"introduction": "This documentation describes the usage of IBM Watson.",
"product_page": "https://www.ibm.com/watson",
"console_page": "/catalog/services/watsonx-assistant",
"section_topics": {
"links": [
{
"title": "Getting started with Watson and IBM Cloud",
"href": "/docs/watson?topic=watson-about"
},
{
"title": "Watson SDKs",
"href": "/docs/watson?topic=watson-using-sdks"
},
{
"title": "Using curl with Watson examples",
"href": "/docs/watson?topic=watson-using-curl"
},
{
"title": "Authenticating to Watson services",
"href": "/docs/watson?topic=watson-iam"
}
]
},
"section_highlights": [
{
"title": "Stack Overflow",
"description": "To discuss questions with developers",
"href": "https://stackoverflow.com/questions/tagged/ibm-watson-cognitive",
"type": "blog"
},
{
"title": "Blog",
"description": "To get various kinds of information about Watson",
"href": "https://developer.ibm.com/technologies/artificial-intelligence/blogs/",
"type": "blog",
"recommended": true
}
],
"section_architectures": [
{
"title": "Virtual Private Endpoints",
"href": "/docs/watson?topic=watson-virtual-private-endpoints",
"deployable": true
},
{
"title": "Public and private network endpoints",
"href": "/docs/watson?topic=watson-public-private-endpoints",
"deployable": true
}
]
}