From 53f25e6ec9aa32d89476bdb7d2bdc2e556622278 Mon Sep 17 00:00:00 2001 From: bruno-f-cruz <7049351+bruno-f-cruz@users.noreply.github.com> Date: Sat, 19 Apr 2025 18:16:01 -0700 Subject: [PATCH 1/2] Add "under development" warning to 32bit document --- BinaryProtocol-32bit.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BinaryProtocol-32bit.md b/BinaryProtocol-32bit.md index 9388063..52e6fa5 100644 --- a/BinaryProtocol-32bit.md +++ b/BinaryProtocol-32bit.md @@ -2,6 +2,10 @@ # Binary Protocol 32-bit (v0.1) +> **Caution** +> +> This document, and corresponding specification, is still under development. The information contained in this document is subject to change without notice. If you have any issues, questions and/or suggestion, please open an issue in this repository. + ## Introduction The Harp Protocol is a binary communication protocol created in order to facilitate and unify the interaction between different devices. It was designed with efficiency and ease of parsing in mind. From 05fd8ac8e501609b7075f16e060c9f398795cc84 Mon Sep 17 00:00:00 2001 From: brunocruz <7049351+bruno-f-cruz@users.noreply.github.com> Date: Wed, 18 Jun 2025 03:03:42 -0700 Subject: [PATCH 2/2] Favor standard markdown notation for warnings Co-authored-by: glopesdev --- BinaryProtocol-32bit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BinaryProtocol-32bit.md b/BinaryProtocol-32bit.md index 52e6fa5..e25e3af 100644 --- a/BinaryProtocol-32bit.md +++ b/BinaryProtocol-32bit.md @@ -2,7 +2,7 @@ # Binary Protocol 32-bit (v0.1) -> **Caution** +> [!CAUTION] > > This document, and corresponding specification, is still under development. The information contained in this document is subject to change without notice. If you have any issues, questions and/or suggestion, please open an issue in this repository.