Skip to content

Commit 1375659

Browse files
authored
Hide reference pages (#3771)
1 parent bb06e29 commit 1375659

File tree

14 files changed

+557
-541
lines changed

14 files changed

+557
-541
lines changed

assets/scss/_styles_project.scss

+1
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ details summary::-webkit-details-marker {
631631
padding: 1rem;
632632
margin: 0px;
633633
transition: all .2s;
634+
width: 100%;
634635
}
635636

636637
.hover-card.link-with-icon {

docs/data-ai/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ overview: true
1111

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

14-
Machine learning (ML) provides your machines with the ability to adjust their behavior based on models that recognize patterns or make predictions.
14+
<!-- Machine learning (ML) provides your machines with the ability to adjust their behavior based on models that recognize patterns or make predictions.
1515
1616
Common use cases include:
1717
1818
- Object detection, which enables machines to detect people, animals, plants, or other objects with bounding boxes, and to perform actions when they are detected.
1919
- 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.
20-
- Speech recognition, natural language processing, and speech synthesis, which enable machines to verbally communicate with us.
20+
- Speech recognition, natural language processing, and speech synthesis, which enable machines to verbally communicate with us. -->

docs/data-ai/reference/data/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ aliases:
1919
no_service: true
2020
date: "2022-01-01"
2121
# updated: "" # When the content was last entirely checked
22+
toc_hide: true
2223
---
2324

2425
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.

docs/data-ai/reference/vision/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ aliases:
2020
date: "2022-01-01"
2121
# updated: "" # When the content was last entirely checked
2222
# SMEs: Bijan, Khari
23+
toc_hide: true
2324
---
2425

2526
The vision service enables your machine to use its on-board [cameras](/components/camera/) to intelligently see and interpret the world around it.

docs/manage/_index.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -9,43 +9,45 @@ open_on_desktop: true
99
overview: true
1010
---
1111

12+
<p>
13+
{{<imgproc src="/platform-overviews/fleet.png" resize="1200x" style="width:800px" class="aligncenter imgzoom" declaredimensions=true alt="ALT">}}
14+
</p>
15+
1216
<!-- Viam fleet management allows you to deploy, manage, and monitor any number of machines alone or in collaboration with others.
1317
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/). -->
1418

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

21-
<!--
22-
{{< how-to-expand "Deploy a fleet of machines" "3" "INTERMEDIATE" >}}
24+
{{< how-to-expand "Deploy a fleet of machines" "3" "INTERMEDIATE" "light" >}}
2325
{{< cards >}}
24-
{{% card link="/manage/fleet/provision/" noimage="true" %}}
2526
{{% card link="/manage/fleet/reuse-configuration/" noimage="true" %}}
26-
{{% card link="/manage/fleet/setup/" noimage="true" %}}
27+
{{% card link="/manage/fleet/provision/setup/" noimage="true" %}}
28+
{{% card link="/manage/fleet/provision/end-user-setup/" noimage="true" %}}
2729
{{< /cards >}}
2830
{{< /how-to-expand >}}
2931

30-
{{< how-to-expand "Deploy software to machines" "2" "INTERMEDIATE" >}}
32+
{{< how-to-expand "Manage software on many machines" "2" "INTERMEDIATE" "light" >}}
3133
{{< cards >}}
3234
{{% card link="/manage/software/deploy-packages/" noimage="true" %}}
3335
{{% card link="/manage/software/update-packages/" noimage="true" %}}
3436
{{< /cards >}}
3537
{{< /how-to-expand >}}
3638

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

44-
{{< how-to-expand "Monitor & Troubleshooting" "4" "INTERMEDIATE" >}}
45+
{{< how-to-expand "Remotely monitor and troubleshoot" "5" "INTERMEDIATE" "dark" >}}
4546
{{< cards >}}
4647
{{% card link="/manage/troubleshoot/monitor/" noimage="true" %}}
47-
{{% card link="/manage/troubleshoot/teleoperate/" noimage="true" %}}
4848
{{% card link="/manage/troubleshoot/alert/" noimage="true" %}}
49+
{{% card link="/manage/troubleshoot/teleoperate/custom-interface" customTitle="Teleoperate with custom interface" noimage="true" %}}
50+
{{% card link="/manage/troubleshoot/teleoperate/default-interface" customTitle="Teleoperate with default interface" noimage="true" %}}
4951
{{% card link="/manage/troubleshoot/troubleshoot/" noimage="true" %}}
5052
{{< /cards >}}
51-
{{< /how-to-expand >}} -->
53+
{{< /how-to-expand >}}

0 commit comments

Comments
 (0)