Skip to content

Commit f8cee81

Browse files
authored
Learn link in IoT Hub, other small updates (#26225)
* Misc IoT updates * refactor hub
1 parent dece121 commit f8cee81

File tree

6 files changed

+23
-12
lines changed

6 files changed

+23
-12
lines changed

docs/iot/debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Debug .NET apps on Raspberry Pi
33
description: Learn how to debug .NET apps on Raspberry Pi and similar devices.
44
author: camsoper
55
ms.author: casoper
6-
ms.date: 07/27/2021
6+
ms.date: 09/22/2021
77
ms.topic: how-to
88
ms.prod: dotnet
99
zone_pivot_groups: ide-set-one

docs/iot/deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy .NET apps to Raspberry Pi
33
description: Learn how to deploy .NET apps to Raspberry Pi.
44
author: camsoper
55
ms.author: casoper
6-
ms.date: 11/13/2020
6+
ms.date: 09/22/2021
77
ms.topic: how-to
88
ms.prod: dotnet
99
---

docs/iot/index.yml

+14-8
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
ms.collection: collection
1212
author: camsoper
1313
ms.author: casoper
14-
ms.date: 03/09/2021
14+
ms.date: 09/22/2021
1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1717

@@ -30,10 +30,6 @@ landingContent:
3030
links:
3131
- text: .NET IoT Libraries overview
3232
url: intro.md
33-
- linkListType: get-started
34-
links:
35-
- text: .NET IoT on Q&A
36-
url: /answers/topics/dotnet-iot.html
3733
- linkListType: deploy
3834
links:
3935
- text: Deploy .NET apps to Raspberry Pi
@@ -47,8 +43,12 @@ landingContent:
4743
- text: API Reference
4844
url: ../../api/index.md?view=iot-dotnet-1.1
4945

50-
- title: Connect to devices
46+
- title: Build devices
5147
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/
5252
- linkListType: tutorial
5353
links:
5454
- text: Blink an LED
@@ -84,15 +84,21 @@ landingContent:
8484

8585
- title: Resources
8686
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
8793
- linkListType: concept
8894
links:
8995
- text: Raspberry Pi documentation
9096
url: https://www.raspberrypi.org/documentation/
9197
- linkListType: how-to-guide
9298
links:
9399
- 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
95101
- 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
97103
- text: Run a .NET app automatically at boot
98104
url: https://github.com/dotnet/iot/blob/master/Documentation/How-to-start-your-app-automatically-on-boot.md

docs/iot/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Develop apps for IoT devices with the .NET IoT Libraries
33
description: Learn how .NET can be used to build applications for IoT devices and scenarios.
44
author: camsoper
55
ms.author: casoper
6-
ms.date: 11/13/2020
6+
ms.date: 09/22/2021
77
ms.topic: overview
88
ms.prod: dotnet
99
---

docs/iot/toc.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
href: intro.md
55
- name: Quickstart (Sense HAT)
66
href: quickstarts/sensehat.md
7+
- name: Microsoft Learn
8+
expanded: true
9+
items:
10+
- name: Construct Internet of Things devices using the .NET IoT Libraries
11+
href: /learn/modules/create-iot-device-dotnet/
712
- name: Tutorials
813
expanded: true
914
items:

docs/iot/tutorials/blink-led.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Blink an LED
33
description: Learn how to blink an LED with the .NET IoT Libraries.
44
author: camsoper
55
ms.author: casoper
6-
ms.date: 11/13/2020
6+
ms.date: 09/22/2021
77
ms.topic: tutorial
88
ms.prod: dotnet
99
recommendations: false

0 commit comments

Comments
 (0)