Skip to content

docs: Migrate wiki.xode.net to Docusaurus documentation (closes #85)#128

Open
janisag07 wants to merge 1 commit intoXode-DAO:mainfrom
janisag07:feat/wiki-to-github-docs-migration
Open

docs: Migrate wiki.xode.net to Docusaurus documentation (closes #85)#128
janisag07 wants to merge 1 commit intoXode-DAO:mainfrom
janisag07:feat/wiki-to-github-docs-migration

Conversation

@janisag07
Copy link

Summary

Complete migration of wiki.xode.net content into a structured, developer-friendly Docusaurus v3 documentation site.

What was done

  • 17 documentation pages organized across 6 categories
  • Docusaurus v3 with navigation sidebar, search-ready config, and GitHub edit links
  • Xode branding — Polkadot-pink theme (#E6007A), dark mode support
  • Contribution guide with style guidelines for community PRs

Content Sources

Source Content
wiki.xode.net (GitHub Wiki) Network architecture, Parachain, Collators, Validators
Repo README.md Smart Contracts, Asset Hub, Staking, Governance, Block Scanner
Runtime/Pallets/Node READMEs Development guides, SDK versions, test commands
xode.net website Tokenomics, coin distribution, foundation info, wallets

Documentation Structure

docs/
├── intro.md
├── getting-started/    (Overview, Wallets)
├── network/            (Architecture, Parachain, Collators, Validators)
├── development/        (Smart Contracts, Pallets, Runtime, Node Setup)
├── tokenomics/         (Overview, Distribution, Staking)
├── governance/         (Foundation, Treasury)
└── ecosystem/          (Asset Hub, Block Scanner, Bridges)

How to run locally

cd docs
npm install
npm start

Checklist

  • All wiki content migrated to Markdown
  • Proper directory structure with clear navigation
  • Navigation sidebar (Docusaurus)
  • All links and references updated
  • README.md with contribution guide
  • Clean, consistent formatting
  • Works with GitHub Pages / Docusaurus
  • Static assets (favicon, social card, logo)

Closes #85

…DAO#85)

- Complete Docusaurus v3 documentation site with 17 pages
- Content migrated from wiki.xode.net, GitHub Wiki, repo READMEs, and xode.net
- 6 documentation categories: Getting Started, Network, Development, Tokenomics, Governance, Ecosystem
- Xode branding with Polkadot-pink theme and dark mode support
- Navigation sidebar, cross-references, and search-ready configuration
- Contribution guide with style guidelines
- Static assets (favicon, social card, logo placeholder)
@janisag07
Copy link
Author

Hi team, just checking in — the full Docusaurus migration is ready for review. Let me know if anything needs adjusting!

MrLawrenceKwan added a commit to MrLawrenceKwan/xode-blockchain that referenced this pull request Feb 22, 2026
- 30 comprehensive documentation pages (284KB content)
- Complete sections: Getting Started, Network, Development, Tokenomics, Governance, Ecosystem
- Mermaid architecture diagrams for visualization
- Detailed tokenomics distribution tables
- Production-ready Docusaurus 3.x config with GitHub Pages support
- CONTRIBUTING.md for community contributions

Advantages over existing PRs:
- More comprehensive than PR Xode-DAO#128 (30 vs 17 pages)
- Complete Governance section (Treasury, Technical Committee, OpenGov roadmap)
- Complete Ecosystem section (Block Scanner, Exchanges, DeFi, Partners)
- Mermaid diagrams (unique feature)
- Search-ready configuration

Closes Xode-DAO#85
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.

Converting wiki site to github document ($1,000)

1 participant