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