Skip to content

Commit

Permalink
Add platform architecture diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Dec 13, 2024
1 parent 5250fe6 commit 3f73443
Show file tree
Hide file tree
Showing 21 changed files with 640 additions and 538 deletions.
Binary file added assets/platform-overviews/build-integrate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/platform-overviews/data-and-AI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/platform-overviews/fleet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/platform-overviews/platform.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,18 @@ details summary::-webkit-details-marker {
background-color: #eaf9fb;
}

.expand.howtoexpand.light summary, .expand.howtoexpand.light .expand-content {
background-color: rgba(200, 249, 183, 1.0) !important;
}

.expand.howtoexpand.middle summary, .expand.howtoexpand.middle .expand-content {
background-color: rgba(189, 234, 196, 1.0) !important;
}

.expand.howtoexpand.dark summary, .expand.howtoexpand.dark .expand-content {
background-color: rgba(163, 203, 178, 1.0) !important;
}

.howtoexpand .expand-label {
padding-top: 1rem;
padding-bottom: 0;
Expand Down Expand Up @@ -631,6 +643,7 @@ details summary::-webkit-details-marker {
padding: 1rem;
margin: 0px;
transition: all .2s;
width: 100%;
}

.hover-card.link-with-icon {
Expand Down
1 change: 1 addition & 0 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ noedit: true
date: "2024-09-17"
updated: "2024-10-11"
---

32 changes: 32 additions & 0 deletions docs/data-ai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,35 @@ no_list: true
open_on_desktop: true
overview: true
---

<p>
{{<imgproc src="/platform-overviews/data-and-AI.png" resize="1200x" style="width:800px" class="aligncenter imgzoom" declaredimensions=true alt="ALT">}}
</p>


{{< how-to-expand "Get started" "1" "BEGINNER-FRIENDLY" "light" >}}
{{< cards >}}
{{% card link="/data-ai/get-started/capture-sync/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}

{{< how-to-expand "Manage data" "4" "BEGINNER-FRIENDLY" "middle" >}}
{{< cards >}}
{{% card link="/data-ai/data/query/" noimage="true" %}}
{{% card link="/data-ai/data/visualize/" noimage="true" %}}
{{% card link="/data-ai/data/alert-on-data/" noimage="true" %}}
{{% card link="/data-ai/data/export/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}

{{< how-to-expand "Leverage AI" "8" "INTERMEDIATE" "dark" >}}
{{< cards >}}
{{% card link="/data-ai/ai/create-dataset/" noimage="true" %}}
{{% card link="/data-ai/ai/train-tflite/" noimage="true" %}}
{{% card link="/data-ai/ai/train/" noimage="true" %}}
{{% card link="/data-ai/ai/deploy/" noimage="true" %}}
{{% card link="/data-ai/ai/run-inference/" noimage="true" %}}
{{% card link="/data-ai/ai/alert/" noimage="true" %}}
{{% card link="/data-ai/ai/act/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}
1 change: 1 addition & 0 deletions docs/data-ai/reference/data/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ aliases:
no_service: true
date: "2022-01-01"
# updated: "" # When the content was last entirely checked
toc_hide: true
---

The data management service captures data from one or more {{< glossary_tooltip term_id="resource" text="resources" >}} locally, and syncs it to cloud storage when a connection to the cloud is available.
Expand Down
1 change: 1 addition & 0 deletions docs/data-ai/reference/ml.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ images: ["/services/icons/ml.svg"]
date: "2024-09-03"
# updated: "" # When the content was last entirely checked
# SME: Aaron Casas
toc_hide: true
---

Machine learning (ML) provides your machines with the ability to adjust their behavior based on models that recognize patterns or make predictions.
Expand Down
1 change: 1 addition & 0 deletions docs/data-ai/reference/vision/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ aliases:
date: "2022-01-01"
# updated: "" # When the content was last entirely checked
# SMEs: Bijan, Khari
toc_hide: true
---

The vision service enables your machine to use its on-board [cameras](/components/camera/) to intelligently see and interpret the world around it.
Expand Down
24 changes: 13 additions & 11 deletions docs/manage/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,45 @@ open_on_desktop: true
overview: true
---

<p>
{{<imgproc src="/platform-overviews/fleet.png" resize="1200x" style="width:800px" class="aligncenter imgzoom" declaredimensions=true alt="ALT">}}
</p>

<!-- Viam fleet management allows you to deploy, manage, and monitor any number of machines alone or in collaboration with others.
You can manage and control your fleet of {{< glossary_tooltip term_id="machine" text="smart machines" >}} from the [Viam app](https://app.viam.com), using the [CLI](/cli/), or using the [fleet management API](/appendix/apis/fleet/). -->


<!-- Maybe add images of this:
For example, you might have 30 robots in one warehouse and 500 in another.
You can monitor and teleoperate all of the robots from one online dashboard, and grant permission to other users to do the same.
You can grant users different levels of access to individual machines or to groups of machines. -->

<!--
{{< how-to-expand "Deploy a fleet of machines" "3" "INTERMEDIATE" >}}
{{< how-to-expand "Deploy a fleet of machines" "3" "INTERMEDIATE" "light" >}}
{{< cards >}}
{{% card link="/manage/fleet/provision/" noimage="true" %}}
{{% card link="/manage/fleet/reuse-configuration/" noimage="true" %}}
{{% card link="/manage/fleet/setup/" noimage="true" %}}
{{% card link="/manage/fleet/provision/setup/" noimage="true" %}}
{{% card link="/manage/fleet/provision/end-user-setup/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}

{{< how-to-expand "Deploy software to machines" "2" "INTERMEDIATE" >}}
{{< how-to-expand "Manage software on many machines" "2" "INTERMEDIATE" "light" >}}
{{< cards >}}
{{% card link="/manage/software/deploy-packages/" noimage="true" %}}
{{% card link="/manage/software/update-packages/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}

{{< how-to-expand "Manage a large fleet of machines" "2" "INTERMEDIATE" >}}
{{< how-to-expand "Manage access for organizations" "1" "INTERMEDIATE" "middle" >}}
{{< cards >}}
{{% card link="/manage/manage/organize/" noimage="true" %}}
{{% card link="/manage/manage/access/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}

{{< how-to-expand "Monitor & Troubleshooting" "4" "INTERMEDIATE" >}}
{{< how-to-expand "Remotely monitor and troubleshoot" "5" "INTERMEDIATE" "dark" >}}
{{< cards >}}
{{% card link="/manage/troubleshoot/monitor/" noimage="true" %}}
{{% card link="/manage/troubleshoot/teleoperate/" noimage="true" %}}
{{% card link="/manage/troubleshoot/alert/" noimage="true" %}}
{{% card link="/manage/troubleshoot/teleoperate/custom-interface" customTitle="Teleoperate with custom interface" noimage="true" %}}
{{% card link="/manage/troubleshoot/teleoperate/default-interface" customTitle="Teleoperate with default interface" noimage="true" %}}
{{% card link="/manage/troubleshoot/troubleshoot/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}} -->
{{< /how-to-expand >}}
Loading

0 comments on commit 3f73443

Please sign in to comment.