docs: stop hardcoding the default PSK and preset names - #32
Open
rancur wants to merge 1 commit into
Open
Conversation
The default key is quoted literally as `AQ==` on the privacy page and the Suggested Channels table lists `MediumFast` as if it were one of the community channels. Both bake a specific preset into pages that should describe the general case, and the MediumFast row invites newcomers to add their primary channel a second time as a secondary one. - privacy.md: describe the default key rather than quoting it, and say "the common modem presets" instead of naming LongFast/MediumFast. - suggested_channels.md: drop the MediumFast row from the community table and say "the default preset" in the Android and iOS walkthroughs. - Collapse the Android accordion by default so both platform sections start in the same state. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018pAXdnH4iJEpsWMTYy9hhn
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.
The privacy page quotes the default key literally as
AQ==and namesLongFast/MediumFast, and Suggested Channels lists
MediumFastas a row in thecommunity channel table — which reads as an invitation to add your own primary
channel a second time as a secondary. Replaced with the general description in
both places, dropped the row, and collapsed the Android accordion so both
platform sections start the same way.
What to look at: Suggested Channels → the table and the two platform
accordions; Privacy Policy → "public-channel data is not private".
Not in this PR: the "your primary is separate" callout, which needs the Start
Here page. It ships in PR 6.
Preview: https://rancur.github.io/azmsh-site/preview/split-02-dehardcode-presets/