diff --git a/docs/iot/debugging.md b/docs/iot/debugging.md index de8eb764386f1..8bbac0e3860e1 100644 --- a/docs/iot/debugging.md +++ b/docs/iot/debugging.md @@ -3,7 +3,7 @@ title: Debug .NET apps on Raspberry Pi description: Learn how to debug .NET apps on Raspberry Pi and similar devices. author: camsoper ms.author: casoper -ms.date: 07/27/2021 +ms.date: 09/22/2021 ms.topic: how-to ms.prod: dotnet zone_pivot_groups: ide-set-one diff --git a/docs/iot/deployment.md b/docs/iot/deployment.md index abe674de34fb6..42f332cc4c86c 100644 --- a/docs/iot/deployment.md +++ b/docs/iot/deployment.md @@ -3,7 +3,7 @@ title: Deploy .NET apps to Raspberry Pi description: Learn how to deploy .NET apps to Raspberry Pi. author: camsoper ms.author: casoper -ms.date: 11/13/2020 +ms.date: 09/22/2021 ms.topic: how-to ms.prod: dotnet --- diff --git a/docs/iot/index.yml b/docs/iot/index.yml index 3fcae2ca9d1fb..091a54ebb003c 100644 --- a/docs/iot/index.yml +++ b/docs/iot/index.yml @@ -11,7 +11,7 @@ metadata: ms.collection: collection author: camsoper ms.author: casoper - ms.date: 03/09/2021 + ms.date: 09/22/2021 # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new @@ -30,10 +30,6 @@ landingContent: links: - text: .NET IoT Libraries overview url: intro.md - - linkListType: get-started - links: - - text: .NET IoT on Q&A - url: /answers/topics/dotnet-iot.html - linkListType: deploy links: - text: Deploy .NET apps to Raspberry Pi @@ -47,8 +43,12 @@ landingContent: - text: API Reference url: ../../api/index.md?view=iot-dotnet-1.1 - - title: Connect to devices + - title: Build devices linkLists: + - linkListType: learn + links: + - text: Construct Internet of Things devices using the .NET IoT Libraries + url: /learn/modules/create-iot-device-dotnet/ - linkListType: tutorial links: - text: Blink an LED @@ -84,6 +84,12 @@ landingContent: - title: Resources linkLists: + - linkListType: get-started + links: + - text: .NET IoT Discord community + url: https://discord.gg/kqWhBbj + - text: .NET IoT on Q&A + url: /answers/topics/dotnet-iot.html - linkListType: concept links: - text: Raspberry Pi documentation @@ -91,8 +97,8 @@ landingContent: - linkListType: how-to-guide links: - text: Passwordless SSH access - url: https://www.raspberrypi.org/documentation/remote-access/ssh/passwordless.md + url: https://www.raspberrypi.org/documentation/computers/remote-access.html#passwordless-ssh-access - text: Setting up a Raspberry Pi headless - url: https://www.raspberrypi.org/documentation/configuration/wireless/headless.md + url: https://www.raspberrypi.org/documentation/computers/configuration.html#setting-up-a-headless-raspberry-pi - text: Run a .NET app automatically at boot url: https://github.com/dotnet/iot/blob/master/Documentation/How-to-start-your-app-automatically-on-boot.md diff --git a/docs/iot/intro.md b/docs/iot/intro.md index a303615f663fb..efe0d81f4deb3 100644 --- a/docs/iot/intro.md +++ b/docs/iot/intro.md @@ -3,7 +3,7 @@ title: Develop apps for IoT devices with the .NET IoT Libraries description: Learn how .NET can be used to build applications for IoT devices and scenarios. author: camsoper ms.author: casoper -ms.date: 11/13/2020 +ms.date: 09/22/2021 ms.topic: overview ms.prod: dotnet --- diff --git a/docs/iot/toc.yml b/docs/iot/toc.yml index 8d73a489ab32f..626dc94fccfa2 100644 --- a/docs/iot/toc.yml +++ b/docs/iot/toc.yml @@ -4,6 +4,11 @@ href: intro.md - name: Quickstart (Sense HAT) href: quickstarts/sensehat.md +- name: Microsoft Learn + expanded: true + items: + - name: Construct Internet of Things devices using the .NET IoT Libraries + href: /learn/modules/create-iot-device-dotnet/ - name: Tutorials expanded: true items: diff --git a/docs/iot/tutorials/blink-led.md b/docs/iot/tutorials/blink-led.md index fb506938594c0..670223652f0d2 100644 --- a/docs/iot/tutorials/blink-led.md +++ b/docs/iot/tutorials/blink-led.md @@ -3,7 +3,7 @@ title: Blink an LED description: Learn how to blink an LED with the .NET IoT Libraries. author: camsoper ms.author: casoper -ms.date: 11/13/2020 +ms.date: 09/22/2021 ms.topic: tutorial ms.prod: dotnet recommendations: false