From 4f76c82f9b92cad0fb31a85deb195305c54ac32d Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Tue, 28 Apr 2026 17:55:27 +0200 Subject: [PATCH] cleanup --- .docsignore | 2 +- .github/markdown-link-check.json | 6 ++++++ docs/SUMMARY.md | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.docsignore b/.docsignore index d049825..c5699e2 100644 --- a/.docsignore +++ b/.docsignore @@ -2,4 +2,4 @@ # Paths are relative to the docs/ directory. # Lines starting with # and blank lines are ignored. -analysis/bose-soundtouch-community-tools.md +#analysis/bose-soundtouch-community-tools.md diff --git a/.github/markdown-link-check.json b/.github/markdown-link-check.json index ef4a6d1..b475d9b 100644 --- a/.github/markdown-link-check.json +++ b/.github/markdown-link-check.json @@ -37,6 +37,12 @@ }, { "pattern": "https://apkpure.com/bose-soundtouch/com.bose.soundtouch" + }, + { + "pattern": "^https://bose\\.fandom\\.com/" + }, + { + "pattern": "^https://www\\.reddit\\.com/" } ], "replacementPatterns": [ diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index ad82f5f..53f1dee 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -61,6 +61,7 @@ * [Bose Lab Runbook](analysis/BOSE-LAB-RUNBOOK.md) * [Missing Routes Spotify](analysis/MISSING-ROUTES-SPOTIFY.md) * [Bose App ADB Emulator](analysis/BOSE-APP-ADB-Emulator.md) +* [Community Tools](analysis/bose-soundtouch-community-tools.md) ## Parity Analysis * [Parity Improvements](PARITY-IMPROVEMENTS.md)