docs: refresh landing content and correct package/function counts#3
Merged
Conversation
Rewrite web/src/data.ts (blurb, tags, features, code samples) and the root package godoc against the current exported API, correcting stale counts and surfacing recently added capabilities. Content-only; no API changes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GLJkX28Sfn1rKNW6WrfC9e
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Refreshes the documentation content and corrects two inaccurate counts.
web/src/data.ts: "57 packages (~5,300 functions)" → "58 packages (~2,850 functions)". The old function figure was inflated by counting_test.go; the authoritativedoc.jsontotals 1,449 funcs + 1,403 methods = 2,852. Trimmed the tag list to the most representative 10.doc.go: subpackage count corrected to 58.Content-only;
go build ./...and the docgen ("wrote 59 packages" = root + 58) both pass.🤖 Generated with Claude Code
Generated by Claude Code