Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add platform diagram landing pages #3762

Merged
merged 2 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
12 changes: 12 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
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 @@ -18,3 +18,35 @@ Common use cases include:
- Object detection, which enables machines to detect people, animals, plants, or other objects with bounding boxes, and to perform actions when they are detected.
- Object classification, which enables machines to separate people, animals, plants, or other objects into predefined categories based on their characteristics, and to perform different actions based on the classes of objects.
- Speech recognition, natural language processing, and speech synthesis, which enable machines to verbally communicate with us. -->

<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/advanced/alert-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 >}}
File renamed without changes.
15 changes: 15 additions & 0 deletions docs/manage/system-settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
linkTitle: "Configure machine settings"
title: "Configure machine operating system settings"
weight: 50
layout: "docs"
type: "docs"
description: "TODO"
---


## Configure operating system settings

agent-syscfg

## Configure networks
38 changes: 38 additions & 0 deletions docs/operate/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,41 @@ no_list: true
open_on_desktop: true
overview: true
---

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

{{< how-to-expand "Connect devices" "5" "BEGINNER-FRIENDLY" "light" >}}
{{< cards >}}
{{% card link="/operate/get-started/setup/" noimage="true" %}}
{{% card link="/operate/get-started/supported-hardware/" noimage="true" %}}
{{% card link="/operate/get-started/other-hardware/" noimage="true" %}}
{{% card link="/operate/get-started/software-capabilities/" noimage="true" %}}
{{% card link="/operate/get-started/system-settings/" noimage="true" %}}

{{< /cards >}}
{{< /how-to-expand >}}

{{< how-to-expand "Build apps" "5" "BEGINNER-FRIENDLY" "middle" >}}
{{< cards >}}
{{% card link="/operate/control/web-app/" noimage="true" %}}
{{% card link="/operate/control/mobile-app/" noimage="true" %}}
{{% card link="/operate/control/mobile-app/" noimage="true" %}}
{{% card link="/operate/control/headless-app/" noimage="true" %}}
{{% card link="/operate/control/voice-app/" noimage="true" %}}
{{% card link="/operate/control/kiosk-app/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}

{{< how-to-expand "Intelligent actuation and motion planning" "7" "INTERMEDIATE" "dark" >}}
{{< cards >}}
{{% card link="/operate/mobility/define-geometry/" noimage="true" %}}
{{% card link="/operate/mobility/define-obstacles/" noimage="true" %}}
{{% card link="/operate/mobility/define-dynamic-obstacles/" noimage="true" %}}
{{% card link="/operate/mobility/move-base/" noimage="true" %}}
{{% card link="/operate/mobility/move-arm/" noimage="true" %}}
{{% card link="/operate/mobility/move-gantry/" noimage="true" %}}
{{% card link="/operate/mobility/use-input-to-act/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}
11 changes: 2 additions & 9 deletions docs/operate/get-started/system-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
linkTitle: "Configure machine settings"
title: "Configure machine operating system settings"
weight: 50
layout: "docs"
type: "docs"
description: "TODO"
layout: "empty"
canonical: "/manage/fleet/reuse-configuration/"
---


## Configure operating system settings

agent-syscfg

## Configure networks
1 change: 1 addition & 0 deletions layouts/docs/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
</a>
</div>
<div class="td-content">

</div>
</main>
</div>
Expand Down
Loading