Skip to content

docs: publish the FAQ and troubleshooting guide in the docs tree - #64

Merged
gysosin merged 1 commit into
mainfrom
faq-and-troubleshooting
Sep 5, 2026
Merged

gysosin merged 1 commit into
mainfrom
faq-and-troubleshooting

Conversation

@gysosin

@gysosin gysosin commented Sep 5, 2026

Copy link
Copy Markdown
Owner

The wiki's first page cannot be created without a signed-in browser — no API exists, and I tried every route. That left the FAQ and troubleshooting content unreadable by anyone, gated behind a manual step that might never happen.

So it no longer depends on the wiki.

What this does

docs/FAQ.md and docs/TROUBLESHOOTING.md, linked from the README's top nav and the documentation index, rendered on GitHub like every other page in the tree.

Wiki [[Page]] syntax and absolute blob URLs were rewritten as relative links. A link check over both new files, the docs index and the README reports none broken; the site verifier still passes at 11 links.

The troubleshooting page is the one worth having — it documents the failures this project actually hit, including the pgrep -f trap that produced a confident CPU reading for the wrong process.

The wiki still works if you want it

docs/wiki/ and tool/publish_wiki.sh remain. Its README now says the content is mirrored rather than exclusive, so the wiki tab is a nice-to-have rather than a blocker.

These answers existed only as wiki source under docs/wiki/, so nobody could
read them: GitHub creates a wiki's git repository only when its first page is
saved from a signed-in browser, and there is no API for that. The content was
therefore gated behind a manual step that had not happened, and might never.

They are now docs/FAQ.md and docs/TROUBLESHOOTING.md, linked from the README
and the documentation index, rendered like every other page in the tree. Wiki
link syntax and absolute blob URLs were rewritten as relative links; a link
check over both new files, the docs index and the README reports none broken.

docs/wiki/ and tool/publish_wiki.sh stay for whoever wants the wiki tab
populated, and its README now says the content is mirrored rather than
exclusive. Nothing is unreachable while the wiki stays empty.
@gysosin
gysosin merged commit f8f58b8 into main Sep 5, 2026
6 checks passed
@gysosin
gysosin deleted the faq-and-troubleshooting branch September 5, 2026 17:56
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.

1 participant