Skip to content

Commit 1dae37f

Browse files
authored
Fix remaining images (#3927)
1 parent a24ac6b commit 1dae37f

File tree

8 files changed

+4
-12
lines changed

8 files changed

+4
-12
lines changed

assets/codelabs/code.png

24.7 KB
Loading

assets/codelabs/peopledetection.png

156 KB
Loading

assets/codelabs/plant-watering.png

23.6 KB
Loading

assets/codelabs/ts-rover.png

35.9 KB
Loading

docs/tutorials/projects/envvar.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ layout: "empty"
66
canonical: "https://codelabs.viam.com/guide/environment-variables/index.html"
77
tags: ["APIs", "python"]
88
description: "Learn how to use Python variables with Viam projects so your code runs smoothly from development to deployment."
9-
images:
10-
[
11-
"https://codelabs.viam.com/guide/environment-variables/img/d97c0b6eea8a399e.png",
12-
]
9+
images: ["/codelabs/envvar.png"]
1310
imageAlt: "Code and an environment variables file"
1411
authors: ["Joyce Lin"]
1512
languages: []

docs/tutorials/projects/person-detection-ha.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ layout: "empty"
66
canonical: "https://codelabs.viam.com/guide/home-assistant/index.html"
77
tags: ["APIs", "python"]
88
description: "Learn how to install the integration through the Home Assistant Community Store (HACS) and use a vision service to detect people from a camera connected to Home Assistant."
9-
images:
10-
["https://codelabs.viam.com/guide/home-assistant/img/a630d5dcaf9e11c7.png"]
9+
images: ["/codelabs/peopledetection.png"]
1110
imageAlt: "person detection"
1211
authors: ["Nick Hehr"]
1312
languages: []

docs/tutorials/projects/plant-water.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ layout: "empty"
66
canonical: "https://codelabs.viam.com/guide/plant-watering-device-workshop/index.html"
77
tags: ["APIs", "python"]
88
description: "Learn how to physically assemble a functional plant watering device by connecting and wire the components and code the machine."
9-
images:
10-
[
11-
"https://codelabs.viam.com/guide/plant-watering-device-workshop/img/8a9dd22a936e4ba4.png",
12-
]
9+
images: ["/codelabs/plant-wateringover.png"]
1310
imageAlt: "wiring diagram"
1411
authors: ["Hazal Mestci"]
1512
languages: ["python"]

docs/tutorials/projects/rover-typescript.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ layout: "empty"
66
canonical: "https://codelabs.viam.com/guide/drive-rover-ts/"
77
tags: ["APIs", "python"]
88
description: "Drive a rover in a square using the Viam TypeScript SDK."
9-
images:
10-
["https://codelabs.viam.com/guide/drive-rover-ts/img/57f6b6f01a2535b8.png"]
9+
images: ["/codelabs/ts-rover.png"]
1110
imageAlt: "An overhead view of a rover next to a UI to move it"
1211
authors: ["Joyce Lin"]
1312
languages: []

0 commit comments

Comments
 (0)