File tree 5 files changed +29
-32
lines changed
5 files changed +29
-32
lines changed Original file line number Diff line number Diff line change 2
2
title : " Tutorials"
3
3
linkTitle : " Tutorials"
4
4
weight : 30
5
- type : docs
6
- layout : " tutorials"
7
- videos :
8
- [
9
- " /tutorials/videos/scuttle-gamepad-preview.webm" ,
10
- " /tutorials/videos/scuttle-gamepad-preview.mp4" ,
11
- ]
12
- videoAlt : " Drive a Scuttle robot with a Bluetooth gamepad."
13
- images :
14
- [
15
- " /tutorials/videos/scuttle-gamepad-preview.gif" ,
16
- " /tutorials/try-viam-sdk/image1.gif" ,
17
- ]
18
- description : " Build a machine yourself by following along with a tutorial."
19
- no_list : true
20
- hide_children : true
21
- sitemap :
22
- priority : 1.0
23
- aliases :
24
- - /build/
25
- - /tutorials/
26
- - /how-tos/
27
- - /use-cases/
28
- outputs :
29
- - rss
30
- - html
31
- date : " 2024-10-20"
5
+ type : " docs"
6
+ layout : " empty"
7
+ canonical : " /tutorials/"
32
8
# updated: "" # When the content was last entirely checked
33
9
---
Original file line number Diff line number Diff line change @@ -3,14 +3,35 @@ title: "Tutorials"
3
3
linkTitle : " Tutorials"
4
4
weight : 300
5
5
type : docs
6
- layout : " empty"
6
+ layout : " tutorials"
7
+ videos :
8
+ [
9
+ " /tutorials/videos/scuttle-gamepad-preview.webm" ,
10
+ " /tutorials/videos/scuttle-gamepad-preview.mp4" ,
11
+ ]
12
+ videoAlt : " Drive a Scuttle robot with a Bluetooth gamepad."
13
+ images :
14
+ [
15
+ " /tutorials/videos/scuttle-gamepad-preview.gif" ,
16
+ " /tutorials/try-viam-sdk/image1.gif" ,
17
+ ]
18
+ description : " Build a machine yourself by following along with a tutorial."
7
19
sitemap :
8
20
priority : 1.0
9
- toc_hide : false
21
+ toc_hide : true
10
22
# do not remove hide children - it causes a layout issue
23
+ no_list : true
11
24
hide_children : true
25
+ sitemap :
26
+ priority : 1.0
27
+ aliases :
28
+ - /build/
29
+ - /tutorials/
30
+ - /how-tos/
31
+ - /use-cases/
12
32
outputs :
13
33
- rss
14
34
- html
15
35
- typesense
36
+ date : " 2024-10-20"
16
37
---
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ weight: 60
6
6
type : docs
7
7
empty_node : true
8
8
layout : " empty"
9
- canonical : " tutorials/"
9
+ canonical : " / tutorials/"
10
10
---
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ weight: 40
6
6
type : docs
7
7
empty_node : true
8
8
layout : " empty"
9
- canonical : " tutorials/"
9
+ canonical : " / tutorials/"
10
10
---
Original file line number Diff line number Diff line change 55
55
56
56
{{ if eq $p.Section "tutorials"}}
57
57
<!-- If this is a tutorial -->
58
- < a href ="/dev/tools/ tutorials/ " target ="{{ . }} " rel ="noopener " class ="">
58
+ < a href ="/tutorials/ " target ="{{ . }} " rel ="noopener " class ="">
59
59
< span > Tutorials </ span >
60
60
</ a >
61
61
< li class ="active-path tutorial-heading ">
You can’t perform that action at this time.
0 commit comments