From bcd81d8fb88bead8945a039c8910e4361b9a2c05 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Wed, 12 Jul 2023 14:31:03 +0200 Subject: [PATCH] Update string title and array source to fix type definition in docs (#1173) --- content/hardware/_unlisted/boards/101/product.md | 4 ++-- content/learn/03.programming/10.audio/audio.md | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/content/hardware/_unlisted/boards/101/product.md b/content/hardware/_unlisted/boards/101/product.md index b9b7d1b349..f9754efac4 100644 --- a/content/hardware/_unlisted/boards/101/product.md +++ b/content/hardware/_unlisted/boards/101/product.md @@ -1,4 +1,4 @@ --- -title: 101 +title: "101" certifications: [CE] ---- \ No newline at end of file +--- diff --git a/content/learn/03.programming/10.audio/audio.md b/content/learn/03.programming/10.audio/audio.md index 765e0f233c..e61d3df697 100644 --- a/content/learn/03.programming/10.audio/audio.md +++ b/content/learn/03.programming/10.audio/audio.md @@ -1,14 +1,6 @@ --- title: "Audio Basics with Arduino" description: "Learn how to create tones and even entire songs using an Arduino." -source: - [ - "https://playground.arduino.cc/Main/Freqout/", - "https://playground.arduino.cc/Code/MusicalAlgoFun/", - "https://playground.arduino.cc/Code/PCMAudio/", - "https://playground.arduino.cc/Main/RickRoll/", - "https://playground.arduino.cc/Main/Smoothstep/", - ] author: "Paul Badger, Alexandre Quessy, Michael Smith, Samantha Lagestee, Dan Thompson" ---