There was an error while loading. Please reload this page.
Remove colons from Feature page filenames so the wiki clones on Windows Closes #200. Wiki page titles become filenames in this repo, and `:` is not a legal character in a Windows path. Any `git clone` of this wiki on Windows fails with `error: invalid path` before the checkout completes, so the wiki was effectively unreadable offline for Windows contributors. The issue body named one page, but the same problem affects 15 of them: every `Feature:-*.md` deep dive. All 15 are renamed here, dropping only the colon (`Feature:-X.md` -> `Feature-X.md`) and leaving the rest of each title alone. The renames are done with `git mv` so they record as 100%-similarity renames and page history is preserved rather than showing up as delete + add. Inbound links are updated to match the new page names in Feature-Index.md, Performance.md, Hardening.md and Server-Config.md, along with the link-format example line in Feature-Index.md. Link display text is unchanged; only the URLs move.