@@ -11,7 +11,7 @@ metadata:
11
11
ms.collection : collection
12
12
author : camsoper
13
13
ms.author : casoper
14
- ms.date : 03/09 /2021
14
+ ms.date : 09/22 /2021
15
15
16
16
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
17
17
@@ -30,10 +30,6 @@ landingContent:
30
30
links :
31
31
- text : .NET IoT Libraries overview
32
32
url : intro.md
33
- - linkListType : get-started
34
- links :
35
- - text : .NET IoT on Q&A
36
- url : /answers/topics/dotnet-iot.html
37
33
- linkListType : deploy
38
34
links :
39
35
- text : Deploy .NET apps to Raspberry Pi
@@ -47,8 +43,12 @@ landingContent:
47
43
- text : API Reference
48
44
url : ../../api/index.md?view=iot-dotnet-1.1
49
45
50
- - title : Connect to devices
46
+ - title : Build devices
51
47
linkLists :
48
+ - linkListType : learn
49
+ links :
50
+ - text : Construct Internet of Things devices using the .NET IoT Libraries
51
+ url : /learn/modules/create-iot-device-dotnet/
52
52
- linkListType : tutorial
53
53
links :
54
54
- text : Blink an LED
@@ -84,15 +84,21 @@ landingContent:
84
84
85
85
- title : Resources
86
86
linkLists :
87
+ - linkListType : get-started
88
+ links :
89
+ - text : .NET IoT Discord community
90
+ url : https://discord.gg/kqWhBbj
91
+ - text : .NET IoT on Q&A
92
+ url : /answers/topics/dotnet-iot.html
87
93
- linkListType : concept
88
94
links :
89
95
- text : Raspberry Pi documentation
90
96
url : https://www.raspberrypi.org/documentation/
91
97
- linkListType : how-to-guide
92
98
links :
93
99
- text : Passwordless SSH access
94
- url : https://www.raspberrypi.org/documentation/remote-access/ssh/passwordless.md
100
+ url : https://www.raspberrypi.org/documentation/computers/ remote-access.html#passwordless-ssh-access
95
101
- text : Setting up a Raspberry Pi headless
96
- url : https://www.raspberrypi.org/documentation/configuration/wireless/headless.md
102
+ url : https://www.raspberrypi.org/documentation/computers/configuration.html#setting-up-a-headless-raspberry-pi
97
103
- text : Run a .NET app automatically at boot
98
104
url : https://github.com/dotnet/iot/blob/master/Documentation/How-to-start-your-app-automatically-on-boot.md
0 commit comments