docs(wiki): collapse the wiki source to a pointer at the atomic-knowledge corpus - #20
Merged
Merged
Conversation
…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.
There was a problem hiding this comment.
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.mdwith a compact landing page linking toatomic-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 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 |
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.
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.