forked from open-horizon/open-horizon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
250 lines (231 loc) · 8.33 KB
/
index.html
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
---
copyright:
years: 2021 - 2023
lastupdated: "2023-04-02"
layout: page
title: "Docs"
description: "Welcome to the Open Horizon (OH) documentation section, where you can find information about installing, maintaining, and using the project software."
nav_order: 3
---
<!DOCTYPE html>
<html lang="en-us">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="copyright" content="Copyright IBM Corporation 2017" />
<meta name="DC.Rights.Owner" content="Copyright IBM Corporation 2017" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta name="DC.Type" content="reference" />
<!-- Modify title and dates. -->
<meta name="DC.Title" content="{{site.data.keyword.edge_notm}} welcome page" />
<meta name="DC.Date.Created" content="2017-5-5" />
<meta name="DC.Date.Modified" content="2010-09-27" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="kc_product_welcome" />
<meta name="DC.Language" content="en-us" />
<meta name="IBM.Country" content="ZZ"/>
<meta name="DC.Description" content="Introduction to {{site.data.keyword.edge_notm}}"/>
<!-- Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<title>{{site.data.keyword.edge_notm}} documentation site</title>
<style> h1 {line-height: 1.1; font-weight: 800}
.container {
display: flex;
flex-wrap: wrap;
}
.box {
width: 48%;
height: auto;
margin: 5px;
padding: 10px;
box-sizing: border-box;
border: 1px solid lightgray;
display: flex;
flex-direction: column;
}
.item {
flex-grow: 1;
padding: 2px;
}
@media only screen and (max-width: 600px) {
.box {
width: 100%;
}
}
</style>
<script>
window.onload = function() {
setBoxHeights();
}
window.onresize = function() {
setBoxHeights();
}
function setBoxHeights() {
var boxes = document.querySelectorAll(".box");
var maxHeight = 0;
for (var i = 0; i < boxes.length; i++) {
boxes[i].style.height = "auto";
maxHeight = Math.max(maxHeight, boxes[i].offsetHeight);
}
for (var i = 0; i < boxes.length; i++) {
boxes[i].style.height = maxHeight + "px";
}
}
</script>
<link type="text/css" href="https://1.www.s81c.com/common/v18/r140/css/tables.css" rel="stylesheet" />
<script type="text/javascript" charset="utf-8" src="https://1.www.s81c.com/common/v18/r140/js/www.js"></script>
<script type="text/javascript" charset="utf-8" src="https://1.www.s81c.com/common/v18/r140/js/tables.js"></script>
<script type="text/javascript" charset="utf-8" src="https://1.www.s81c.com/common/v18/r140/js/dyntabs.js"></script>
<link type="text/css" href="../css/custom.css" rel="stylesheet" />
</head>
<body class="ibm-type" clickeventadded="true">
<h1 class="title topictitle1" style="display: none;">{{site.data.keyword.edge_notm}} Version {{site.data.keyword.version}}</h1>
<div class="container">
<div class="box" id="box1">
<div class="ibm-col-4-1 col-sm-6 col-md-4">
<div class="ibm-card__content">
<div class="item">
<h3 class="linklistlabel ibm-h3 ibm-textcolor-blue-50">Learning</h3>
<ul class="ibm-colored-list ibm-textcolor-gray-80 ibm-plain-list">
<li class="ibm-link-description">
<a href="getting_started/overview_oh/">Overview of {{site.data.keyword.edge_abbr}}</a>
</li>
<li class="ibm-link-description">
<a href="getting_started/overview_sm/">Secrets Manager</a>
</li>
<li class="ibm-link-description">
<a href="hub/overview/">Management Hub</a>
</li>
<li class="ibm-link-description">
<a href="developing/model_management_details/">Model Management Service</a>
</li>
<li class="ibm-link-description">
<a href="anax/docs/">Agent (anax)</a>
</li>
<li class="ibm-link-description">
<a href="https://www.youtube.com/playlist?list=PLgohd895XSUddtseFy4HxCqTqqlYfW8Ix" target="_blank">Open Horizon Video playlist</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="box" id="box2">
<div class="item">
<h3 class="linklistlabel ibm-h3 ibm-textcolor-blue-50">Installing</h3>
<ul class="ibm-colored-list ibm-textcolor-gray-80 ibm-plain-list">
<li class="ibm-link-description">
<a href="hub/hub/">Management hub</a>
</li>
<li class="ibm-link-description">All-in-One
<ul class="ibm-colored-list ibm-textcolor-gray-80 ibm-plain-list">
<li class="ibm-link-description">
<a href="mgmt-hub/docs/">All-in-One Mgmt Hub</a>
</li>
<li class="ibm-link-description">
<a href="anax/docs/cluster_install/">All-in-One cluster agent</a>
</li>
</ul>
</li>
<li class="ibm-link-description">Edge Nodes
<ul class="ibm-colored-list ibm-textcolor-gray-80 ibm-plain-list">
<li class="ibm-link-description">
<a href="installing/adding_devices/">Supported environments</a>
</li>
<li class="ibm-link-description">
<a href="installing/installing_edge_nodes/">Edge devices</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="box" id="box3">
<div class="ibm-col-4-1 col-sm-6 col-md-4">
<div class="ibm-card__content">
<div class="item">
<h3 class="linklistlabel ibm-h3 ibm-textcolor-blue-50">Developing</h3>
<ul class="ibm-colored-list ibm-textcolor-gray-80 ibm-plain-list">
<li class="ibm-link-description">
<a href="using_edge_services/using_edge_services/">Using edge services</a>
</li>
<li class="ibm-link-description">
<a href="developing/">Developing edge services</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="box" id="box4">
<div class="ibm-col-4-1 col-sm-6 col-md-4">
<div class="ibm-card__content">
<div class="item">
<h3 class="linklistlabel ibm-h3 ibm-textcolor-blue-50">Administering</h3>
<ul class="ibm-colored-list ibm-textcolor-gray-80 ibm-plain-list">
<li class="ibm-link-description">
<a href="admin/">Administering</a>
</li>
<li class="ibm-link-description">
<a href="user_management/security/">Security</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="box" id="box5">
<div class="ibm-col-4-1 col-sm-6 col-md-4">
<div class="ibm-card__content">
<div class="item">
<h3 class="linklistlabel ibm-h3 ibm-textcolor-blue-50">Integrating</h3>
<ul class="ibm-colored-list ibm-textcolor-gray-80 ibm-plain-list">
<li class="ibm-link-description">
mimik edgeEngine integration
</li>
<li class="ibm-link-description">
<a href="kubearmor-integration/docs/README/">AccuKnox Kubearmor integration</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="box" id="box6">
<div class="ibm-col-4-1 col-sm-6 col-md-4">
<div class="ibm-card__content">
<div class="item">
<h3 class="linklistlabel ibm-h3 ibm-textcolor-blue-50">Help and Support</h3>
<ul class="ibm-colored-list ibm-textcolor-gray-80 ibm-plain-list">
<li class="ibm-link-description">
<a href="getting_started/faq/">Frequently asked questions</a>
</li>
<li class="ibm-link-description">
<a href="troubleshoot/troubleshooting/">Troubleshooting Tips</a>
</li>
<li class="ibm-link-description">
<a href="troubleshoot/support/">Support</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div role="region" aria-label="Security" class="ibm-background-neutral-white-20">
<div class="ibm-columns ibm-padding-bottom-2 ibm-widget-processed ibm-sameheight-processed row row-center" data-widget="setsameheight" data-items=".ibm-card">
<div class="ibm-col-6-2 ibm-card ibm-card--noborder ibm-background-neutral-white-20 ibm-padding-top-1" style="height: 304.716px;">
<div class="ibm-card__content">
<h2 class="ibm-h2">Security Incident Reporting</h2>
<p>Please report any potential security issues discovered in Open Horizon by following our responsible <a href="https://github.com/open-horizon/open-horizon.github.io/security/policy">Security Disclosure procedure</a>.</p>
</div>
</div>
</div>
</div>
</body>
</html>