Skip to content

docs: drop duplicated typescript/python README content from root README#19

Merged
Germey merged 1 commit intomainfrom
docs/dedup-root-readme
Apr 25, 2026
Merged

docs: drop duplicated typescript/python README content from root README#19
Germey merged 1 commit intomainfrom
docs/dedup-root-readme

Conversation

@acedatacloud-dev
Copy link
Copy Markdown
Member

Problem

The root README.md contained the full contents of typescript/README.md (and part of python/README.md) accidentally appended after its ## License section. This produced a duplicate # @acedatacloud/x402-client H1 partway through the page and duplicate Install / Quick start / Setup / Low-level signing / Release flow sections — the same content readers had just scrolled past in shorter form.

Fix

Truncate the root README at its real ## License section. Per-package docs already live in typescript/README.md and python/README.md, and the layout section of the root README points at them, so no information is lost.

README.md | 236 ---------------------------------
1 file changed, 236 deletions(-)

The root README.md had the entire contents of typescript/README.md (and
part of python/README.md) accidentally appended after its License
section, producing a duplicate `# @acedatacloud/x402-client` H1 and
duplicate Install / Quick start / Setup / Release-flow sections.

Truncate the root README at its real `## License` section and let
typescript/README.md and python/README.md be the canonical per-package
docs as the repo layout already implies.
@Germey Germey merged commit 776b82a into main Apr 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants