From be60a51e22ad162e59dc12530ecf29515ebaf5dc Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Wed, 8 Oct 2025 20:32:12 +0200 Subject: [PATCH 1/5] DOCS-4340: Update landing page --- assets/scss/_styles_project.scss | 10 +-- docs/_index.md | 102 ++++++++++--------------- docs/operate/hello-world/quickstart.md | 9 ++- 3 files changed, 52 insertions(+), 69 deletions(-) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 5a7d3bd9bb..f0f7d1df57 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -3798,11 +3798,6 @@ footer { flex-wrap: wrap; } -.frontpage .col.hover-card { - margin-left: auto !important; - margin-right: auto !important; -} - .copied { display: inline-block; margin-left: 2rem; @@ -4116,3 +4111,8 @@ footer { } /* Feedback System Styles END */ + +.frontpage .col.hover-card:not(.left):not(.right) { + margin-left: auto !important; + margin-right: auto !important; +} diff --git a/docs/_index.md b/docs/_index.md index e2de53ac3a..de20630aaf 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -1,12 +1,9 @@ --- title: "Viam Documentation" linkTitle: "Viam Documentation" -description: "Viam integrates with hardware and software on any device. Use AI, machine learning, and more to make any machine smarter — for one machine to thousands." +description: "Viam adapts software engineering paradigms to building machines for the physical world." weight: 1 -no_list: true type: "docs" -noToc: true -hide_feedback: true sitemap: priority: 1.0 outputs: @@ -16,7 +13,7 @@ imageAlt: "/general/understand.png" images: ["/general/understand.png"] noedit: true date: "2024-09-17" -updated: "2024-10-11" +updated: "2025-10-08" aliases: - "/getting-started/" - "/getting-started/high-level-overview" @@ -25,70 +22,49 @@ aliases: - "/viam/app.viam.com/" - "/get-started/" - "/platform/" +next: /operate/hello-world/quickstart/ --- -
- Viam integrates with hardware and software on any device in the physical world. Once you set up your machines, you can use Viam SDKs to program your devices and connected hardware. Everything is managed in the cloud and you can use machine learning, data management, and much more for your projects. -
-APIs & CLI →
- 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.
-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.
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.
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.