From 965c5684581502e1b1598ee5d7432064e31e9276 Mon Sep 17 00:00:00 2001 From: Khalil Estell Date: Sat, 9 Nov 2024 14:02:46 -0800 Subject: [PATCH] :memo: Fix titles for interfaces (#60) --- mkdocs/summary.md | 4 ++-- mkdocs/user_guide/debugging.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs/summary.md b/mkdocs/summary.md index f9563b4d..101727ab 100644 --- a/mkdocs/summary.md +++ b/mkdocs/summary.md @@ -3,8 +3,8 @@ - 📖 User Guide - [🧑ðŸŋ‍ðŸ’ŧ Setting up VSCode](user_guide/setup_vscode.md) - [ðŸ§ą Fundamentals of libhal](user_guide/fundamentals.md) - - [🔗 Interfaces in Software Development and libhal](user_guide/interfaces.md) - - [ðŸŽŊ Debugging Code with PyOCD](user_guide/debugging.md) + - [🔗 Interfaces in libhal](user_guide/interfaces.md) + - [ðŸŽŊ Debugging Firmware](user_guide/debugging.md) - [ðŸŠĪ Error Handling in libhal](user_guide/error_handling.md) - [⚖ïļ Policies & FAQ](user_guide/policy.md) - ðŸŦ Education diff --git a/mkdocs/user_guide/debugging.md b/mkdocs/user_guide/debugging.md index 3c1b9854..211d5b41 100644 --- a/mkdocs/user_guide/debugging.md +++ b/mkdocs/user_guide/debugging.md @@ -1,4 +1,4 @@ -# ðŸŽŊ Debugging Code with PyOCD +# ðŸŽŊ Debugging Firmware with PyOCD ## Introduction