Conversation
- Deploy docs via Pages artifact (configure/upload/deploy) with .nojekyll; document Settings requirement. - MkDocs: site_author, social links, Material repo icon; strict build verified. - README: PyPI/GitHub release badges, docs workflow + branch, website liveness, GitHub Pages link. - CI: ruff/mypy alignment; library typing (ASGIApp), tests override; tox; benchmark compare tweaks. Made-with: Cursor
Contributor
Benchmark results
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
|
EshwarCVS
added a commit
that referenced
this pull request
Apr 9, 2026
docs: GitHub Pages via Actions, MkDocs and README badges
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.
This PR merges integration work from
stageintomaster.Documentation / site
site/to GitHub Pages using the official Actions (configure → upload artifact → deploy), with.nojekyllso Jekyll does not break paths.gh-pagesbranch), or the live URL can still 404.mkdocs.yml:site_author,use_directory_urls, theme repo icon,extra.socialfor GitHub + PyPI.README
master, docs site shields.io website check, GitHub Pages doc link with correct logo.Other (already on
stage)FasterAPI.types.ASGIApp, test typing overrides,tox.ini, benchmark/compare and CONTRIBUTING tweaks as staged previously.After merge, confirm Pages source and wait for the Docs workflow on
master; live site: https://fasterapiweb.github.io/FasterAPI/Made with Cursor