Skip to content

Commit

Permalink
Hide reference pages (#3771)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Dec 17, 2024
1 parent bb06e29 commit 1375659
Show file tree
Hide file tree
Showing 14 changed files with 557 additions and 541 deletions.
1 change: 1 addition & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ details summary::-webkit-details-marker {
padding: 1rem;
margin: 0px;
transition: all .2s;
width: 100%;
}

.hover-card.link-with-icon {
Expand Down
4 changes: 2 additions & 2 deletions docs/data-ai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ overview: true

<!-- TODO: make this into a proper page, just wanted to save some info -->

Machine learning (ML) provides your machines with the ability to adjust their behavior based on models that recognize patterns or make predictions.
<!-- Machine learning (ML) provides your machines with the ability to adjust their behavior based on models that recognize patterns or make predictions.
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.
- Speech recognition, natural language processing, and speech synthesis, which enable machines to verbally communicate with us. -->
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/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 1375659

Please sign in to comment.