docs(numbers): bump every count to 26 services / 1,849 ops#754
Merged
vieiralucas merged 1 commit intomainfrom Apr 25, 2026
Merged
docs(numbers): bump every count to 26 services / 1,849 ops#754vieiralucas merged 1 commit intomainfrom
vieiralucas merged 1 commit intomainfrom
Conversation
After ELBv2 (PRs #746-#750) and 0.12.0, several non-blog surfaces still quoted the pre-ECR/pre-ECS/pre-ELBv2 numbers: - 23 services / 1,680 ops -> 26 services / 1,849 ops - 24 services / 1,738 ops -> 26 services / 1,849 ops - 22 services -> 26 services Touched: - website/content/faq.md (FAQ + JSON-LD answer) - website/content/fake-bedrock.md - website/content/fake-aws-server.md - website/content/localstack-alternative.md (description, body, list) - website/content/vs/{floci,ministack,sam-local,elasticmq}.md - website/content/docs/about/{conformance,what-it-is}.md - website/templates/index.html (JSON-LD, hero, services card, conformance card) - website/static/llms-full.txt (overview, persistence list, added ECR/ECS/ELBv2 sections) Blog posts deliberately not retroactively updated (point-in-time).
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
Several non-blog surfaces still quoted pre-ECR / pre-ECS / pre-ELBv2 numbers (23/24 services, 1,680/1,738 ops). Brought them all to the current 26 services / 1,849 ops.
Touched:
Blog posts left alone — point-in-time per global no-blog-updates rule.
Test plan
grepfor stale counts (23 services,24 services,1,680,1,738, etc.) returns 0 hits outsidewebsite/content/blog/Summary by cubic
Updated all non-blog docs and site copy to the current coverage: 26 services and 1,849 API operations. Synced counts and service lists (adding ECR, ECS, ELBv2) across FAQ + JSON-LD, homepage hero/cards + schema, product and comparison pages, and about docs, and expanded
website/static/llms-full.txtwith persistence updates and new sections; blog posts intentionally unchanged.Written for commit 71f231d. Summary will update on new commits.