docs: migrate wiki to mkdocs, retire wiki references#25
Merged
Conversation
All documentation now lives in docs/ (mkdocs). The GitHub wiki is redundant — its content was fully migrated to the 45-page mkdocs site in PR #21. Update the PR template checklist to point to docs/ instead of the wiki. https://claude.ai/code/session_01ApiN484RaqQrQNgLRQgvrt
Contributor
Benchmark results
🟢 Benchmark status: improvement detected. HTTP throughput (FasterAPI vs FastAPI vs Fiber)
Direct ASGI (no HTTP; 50,000 iterations)
Routing (radix vs regex, 1,500,000 lookups)
How to read this
|
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.
Summary
All documentation now lives in
docs/(mkdocs). The GitHub wiki is redundant — its content was fully migrated to the 45-page mkdocs site in PR #21. This PR retires the remaining wiki reference in the repo.Changes
.github/pull_request_template.md— replacewikiwithdocs/in the PR checklist itemWhy
The GitHub wiki was set up early in the project. PR #21 performed a full gap analysis and migrated all content into the versioned mkdocs site (Tutorial, Advanced Guide, Security, Databases, Deployment, Concepts, How-To, FAQ — 45 pages total). The wiki is now redundant and the PR template was the last reference to it.
Checklist
pytest --cov=FasterAPI)docs/updated if user-facing behavior changed (this IS the docs update)