You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_index.md
+52-14Lines changed: 52 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,32 +27,70 @@ aliases:
27
27
- "/platform/"
28
28
---
29
29
30
+
<divclass="max-page">
31
+
<divclass="hero-container">
32
+
<div class="hero-text">
33
+
<h1>Viam Documentation</h1>
34
+
<p>
35
+
Viam integrates with hardware and software on <b>any device</b> in the physical world. Once you <a href="/operate/get-started/setup/">set up your machines</a>, you can use Viam SDKs to program your devices and connected hardware. Everything is managed in the cloud and you can add use machine learning, data management, and much more for your projects.
<!-- Need to use upside down logic because using Subsequent-sibling combinator -->
31
-
<divclass="upside-down max-page">
60
+
<divclass="max-page gray-container">
61
+
<h2>The Viam platform</h2>
62
+
<p> Viam allows you to control and program any sensor, actuator or other hardware that is connected to a device. The Viam platform offers builtin capabilities to capture data from devices to the cloud, to build and deploy machine learning models, to alert on problems, and much more. With the connection to the cloud, you can configure, control, and manage your devices from anywhere.</p>
<imgsrc="platform/platform-build-all.svg"alt="Platform diagram with connect elements highlighted"class="aligncenter overlay-platform"id="build-platform"style="width:800px;height:auto"loading="lazy" >
68
+
<imgsrc="platform/platform-data-all.svg"alt="Platform diagram with apps element highlighted"class="aligncenter overlay-platform"id="data-platform"style="width:800px;height:auto"loading="lazy" >
69
+
<imgsrc="platform/platform-fleet-all.svg"alt="Platform diagram with motion elements highlighted"class="aligncenter overlay-platform"id="fleet-platform"style="width:800px;height:auto"loading="lazy" >
70
+
</div>
71
+
</div>
32
72
33
-
<divclass="col hover-card hoverable-fleet">
34
-
<ahref="manage/">
35
-
<div><div>Deploy, manage, and troubleshoot</div><p>Viam’s fleet management tooling allows you to remotely deploy and manage software on any fleet of devices. You can monitor all connected devices and troubleshoot any issues - from anywhere.</p></div>
73
+
<br>
74
+
75
+
<divclass="three-cards hoveraction">
76
+
77
+
<divclass="col hover-card build-platform">
78
+
<ahref="operate/">
79
+
<div><div>Build & integrate</div><p>To get started, install Viam on any device and integrate your hardware. Then you can control your device and any attached physical hardware securely from anywhere in the world.</p></div>
36
80
</a>
37
81
</div>
38
82
39
-
<divclass="col hover-card hoverable-data">
83
+
<divclass="col hover-card data-platform">
40
84
<ahref="data-ai/">
41
85
<div><div>Work with Data and AI</div><p>Viam's data and AI capabilities enable you to capture and sync or upload data, build a dataset, train and deploy ML models, and run inference with computer vision. Then, you can act or alert on inferences.</p></div>
42
86
</a>
43
87
</div>
44
88
45
-
<divclass="col hover-card hoverable-build">
46
-
<ahref="operate/">
47
-
<div><div>Build & integrate</div><p>To get started, install Viam on any device and integrate your hardware. Then you can control your device and any attached physical hardware securely from anywhere in the world.</p></div>
89
+
<divclass="col hover-card fleet-platform">
90
+
<ahref="manage/">
91
+
<div><div>Deploy, manage, and troubleshoot</div><p>Viam’s fleet management tooling allows you to remotely deploy and manage software on any fleet of devices. You can monitor all connected devices and troubleshoot any issues - from anywhere.</p></div>
<imgsrc="platform/platform-build-all.svg"alt="Platform diagram with connect elements highlighted"class="aligncenter overlay-platform"id="build-platform"style="width:800px;height:auto"loading="lazy" >
54
-
<imgsrc="platform/platform-data-all.svg"alt="Platform diagram with apps element highlighted"class="aligncenter overlay-platform"id="data-platform"style="width:800px;height:auto"loading="lazy" >
55
-
<imgsrc="platform/platform-fleet-all.svg"alt="Platform diagram with motion elements highlighted"class="aligncenter overlay-platform"id="fleet-platform"style="width:800px;height:auto"loading="lazy" >
<imgsrc="../platform/platform-data-capture.svg"alt="Platform diagram with data capture elements highlighted"class="aligncenter overlay"id="data-platform-capture"style="width:800px;height:auto"loading="lazy" >
22
+
<imgsrc="../platform/platform-data-work.svg"alt="Platform diagram with data usage elements highlighted"class="aligncenter overlay"id="data-platform-work"style="width:800px;height:auto"loading="lazy" >
23
+
<imgsrc="../platform/platform-data-ai.svg"alt="Platform diagram with AI elements highlighted"class="aligncenter overlay"id="data-platform-ai"style="width:800px;height:auto"loading="lazy" >
<imgsrc="../platform/platform-data-capture.svg"alt="Platform diagram with data capture elements highlighted"class="aligncenter overlay"id="data-platform-capture"style="width:800px;height:auto"loading="lazy" >
54
-
<imgsrc="../platform/platform-data-work.svg"alt="Platform diagram with data usage elements highlighted"class="aligncenter overlay"id="data-platform-work"style="width:800px;height:auto"loading="lazy" >
55
-
<imgsrc="../platform/platform-data-ai.svg"alt="Platform diagram with AI elements highlighted"class="aligncenter overlay"id="data-platform-ai"style="width:800px;height:auto"loading="lazy" >
0 commit comments