Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/iot/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/iot/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
22 changes: 14 additions & 8 deletions docs/iot/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -47,8 +43,12 @@ landingContent:
- text: API Reference
url: ../../api/index.md?view=iot-dotnet-1.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
url: ../../api/index.md?view=iot-dotnet-1.1
url: ../../api/index.md?view=iot-dotnet-1.5


- 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
Expand Down Expand Up @@ -84,15 +84,21 @@ 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
url: https://www.raspberrypi.org/documentation/
- 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
2 changes: 1 addition & 1 deletion docs/iot/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
5 changes: 5 additions & 0 deletions docs/iot/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/iot/tutorials/blink-led.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down