Skip to content

fix: point the Documentation nav item at the wiki - #71

Merged
StuartMeeks merged 1 commit into
mainfrom
fix/documentation-nav-to-wiki
Aug 19, 2026
Merged

fix: point the Documentation nav item at the wiki#71
StuartMeeks merged 1 commit into
mainfrom
fix/documentation-nav-to-wiki

Conversation

@StuartMeeks

Copy link
Copy Markdown
Owner

Closes #63.

The Documentation nav item opened the README anchor, https://github.com/StuartMeeks/Snipdeck#readme. User-facing documentation lives in the wiki — the README is only the project intro — so it now opens https://github.com/StuartMeeks/Snipdeck/wiki.

One line of behaviour, in ShellViewModel.DocumentationUrl. I confirmed the wiki URL resolves (HTTP 200, "Home · StuartMeeks/Snipdeck Wiki").

Also

The existing nav test asserted ShellViewModel.DocumentationUrl against links.LastOpenedUrl — comparing the constant to itself, so it would have passed whatever the nav item pointed at. It now pins the literal wiki URL, and is renamed from OpenDocumentation_opens_the_readme_url to ..._opens_the_wiki_url.

Scope

The nav item is the only place in the app that linked to documentation — Settings › About carries a clone command and an issues link, neither of which is affected. I left README.md alone; if you want it to cross-link to the wiki too, that is a separate docs change, happy to do it.

Verification

253 Core tests pass; the WinUI head compiles clean (0 warnings) on a Windows 11 host.

🤖 Generated with Claude Code

Closes #63.

The "Documentation" nav item opened the README anchor
(https://github.com/StuartMeeks/Snipdeck#readme). User-facing docs live in the
wiki; the README is only the project intro, so the nav item now opens
https://github.com/StuartMeeks/Snipdeck/wiki.

The nav test asserted DocumentationUrl against itself, which would have passed
whatever the constant held, so it now pins the literal wiki URL instead.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@StuartMeeks
StuartMeeks merged commit bec27a5 into main Aug 19, 2026
6 checks passed
@StuartMeeks
StuartMeeks deleted the fix/documentation-nav-to-wiki branch August 19, 2026 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation navigation item should be updated to point to the wiki

1 participant