docs: scrub remaining DIGI applet references after #1939#2179
Merged
Conversation
Follow-up to #1939, which fixed `understanding-data-modes.md` but left two other docs with stale references to the old monolithic DIGI applet UI: - `resources/help/aethersdr-help.md` — the user-facing help index had a `### DIGI` section describing the unified applet. Replace with a single section covering the four data-mode tiles (`CAT`, `DAX`, `TCI`, `IQ`) and pointing at the Configuring Data Modes deep-dive. - `docs/audio_test_plan.md` — internal test-plan steps referenced "the DIGI applet" in five places. Updated to name the specific tile each step is exercising (DAX Audio tile, DAX IQ tile). CHANGELOG.md historical entries are left intact — those describe the DIGI applet as it existed at the time, including the entry that documents the split itself. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #1939, which fixed `understanding-data-modes.md` but left two other docs still describing the old monolithic DIGI applet UI.
Changes
`resources/help/aethersdr-help.md` — the user-facing help index had a `### DIGI` section describing the unified applet with bullet points. Replaced with a single section covering the four current data-mode tiles (`CAT`, `DAX`, `TCI`, `IQ`) and pointing readers at the Configuring Data Modes deep-dive that docs: update data modes help to reflect independent tile UI (#1938) #1939 just rewrote.
`docs/audio_test_plan.md` — internal test-plan steps referenced "the DIGI applet" in five places. Each updated to name the specific tile that step is exercising (DAX Audio tile or DAX IQ tile).
What's left intact
`CHANGELOG.md` historical entries are NOT changed — those describe the DIGI applet as it existed at the time, including the entry at line 1527 which documents the split itself ("DIGI applet split into CAT, DAX, TCI, IQ (#1627)"). Rewriting historical changelog entries would be misleading.
Verification
```
$ grep -rn "DIGI applet" resources/help/ docs/ *.md
CHANGELOG.md:1527:DIGI applet split into CAT, DAX, TCI, IQ (#1627)
CHANGELOG.md:2606:- DIGI applet controls, autostart option
... (all CHANGELOG entries — historical, correct)
```
No remaining live-doc references to the old DIGI applet UI.
Test plan
🤖 Generated with Claude Code