Skip to content

Commit

Permalink
chore: mark debugging packages as obsolete [docs]
Browse files Browse the repository at this point in the history
The debugging packages haven't been maintained in a while. This commit
adds a disclaimer to the head of the debugging documentation page,
declaring the packages obsolete.
  • Loading branch information
theseion committed Oct 21, 2023
1 parent 4a047ee commit 9172137
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/debugging.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
+++
+++
<div style="margin: 1rem 0; padding: 0.5rem 1rem 0.5rem 0.75rem; border-inline-start: 0.25rem solid yellow; border-radius:0.25">
<span style="color=yellow">IMPORTANT</span>
<p>
The debugging packages are no longer being maintained. The documentation below was written for version 1.8.1 but is left here for posterity.
</p>
</div
There are a couple of packages that help us debugging Fuel. To understand the output of the tools in this guide, you should know some basics of how Fuel internally works.
# Serialization
The most important thing to remark is that serialization is split in two main steps: analysis and encoding.
Expand Down

0 comments on commit 9172137

Please sign in to comment.