Skip to content

docs(wiki): collapse the wiki source to a pointer at the atomic-knowledge corpus - #20

Merged
robrigo merged 1 commit into
mainfrom
docs/wiki-pointer-collapse
Aug 18, 2026
Merged

docs(wiki): collapse the wiki source to a pointer at the atomic-knowledge corpus#20
robrigo merged 1 commit into
mainfrom
docs/wiki-pointer-collapse

Conversation

@robrigo

@robrigo robrigo commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Why

The atomic-knowledge corpus is the canonical documentation for this contract, and wiki pages that duplicate it drift: the live wiki still serves the rentals pages that v2.0.0 cut, and a fee rule the source corrected months ago. The wiki source collapses to a Home page that routes readers to the corpus, the CHANGELOG, and the archived v1 wiki. The sync README gains the deletion step the copy recipe lacks, which is also what lets this sync remove the stale live pages.

Validation

Prose review passed on both pages. Every link target was checked: the corpus reference and guides trees on main, the CHANGELOG 2.0.0 entry, and the archived pinknetworkx wiki.

…edge corpus

The corpus at atomicassets/atomic-knowledge is the canonical documentation, and wiki pages duplicating it drift: the live wiki still serves the rentals pages that v2.0.0 cut. The wiki now routes readers to the corpus, the CHANGELOG, and the archived v1 wiki. The sync README gains the deletion step the copy recipe lacks.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR collapses the repository’s GitHub wiki content down to a minimal “pointer” Home page that routes readers to the canonical AtomicMarket documentation in the atomic-knowledge corpus, plus the repo CHANGELOG.md and archived v1 wiki—reducing drift from duplicated docs.

Changes:

  • Remove v2-specific wiki pages (V2-Changes, Royalty-Splits) and the wiki sidebar to prevent serving stale/duplicated documentation.
  • Replace Home.md with a compact landing page linking to atomic-knowledge, the repo changelog, and the archived v1 wiki.
  • Update the wiki sync README to call out that deletions must be handled during sync (so removed pages don’t remain live).

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
docs/wiki/V2-Changes.md Removed duplicated v2 migration/content page in favor of canonical docs elsewhere.
docs/wiki/Royalty-Splits.md Removed duplicated royalty-splits documentation page to avoid drift.
docs/wiki/README.md Documents the wiki sync workflow and notes the need to delete removed pages during sync.
docs/wiki/Home.md Replaced detailed wiki homepage with a pointer to atomic-knowledge, CHANGELOG.md, and archived v1 wiki.
docs/wiki/_Sidebar.md Removed sidebar entries to match the “Home-only pointer” wiki structure.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread docs/wiki/README.md
Comment on lines 10 to 13
git clone https://github.com/<owner>/atomicmarket-contract.wiki.git /tmp/market-wiki
cp docs/wiki/*.md /tmp/market-wiki/ # README.md is harmless to include
cd /tmp/market-wiki
git add -A && git commit -m "Sync wiki from docs/wiki" && git push
@robrigo robrigo closed this Aug 18, 2026
@robrigo
robrigo deleted the docs/wiki-pointer-collapse branch August 18, 2026 19:29
@robrigo
robrigo restored the docs/wiki-pointer-collapse branch August 18, 2026 19:30
@robrigo robrigo reopened this Aug 18, 2026
@robrigo
robrigo merged commit 687637d into main Aug 18, 2026
3 checks passed
@robrigo
robrigo deleted the docs/wiki-pointer-collapse branch August 18, 2026 19:33
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