Skip to content

explorills/docs

Repository files navigation

EXPL.ONE Documentation

Official docs for the ONE ecosystem — a community-driven infrastructure powered by EXPL Nodes. This repo covers everything: network operations, tokenomics, distribution mechanics, and the 10 projects we're building.

Overview

ONE isn't another blockchain project making empty promises. We're building decentralized infrastructure that actually works, powered by community-operated EXPL Nodes. No venture capital. No profit-extraction. Just transparent, community-owned technology where Node operators mint EXPL tokens, secure the network, and share in the ecosystem's success.

Live Documentation: docs.expl.one

Documentation Structure

The docs are organized into focused sections:

  • 2026 Roadmap: Development timeline and launch milestones
  • EXPL Nodes: How the infrastructure works — operations, escrow, pricing, purchase
  • ONE Projects: Our 10-project ecosystem (pump, network, world, and more)
  • TNO Cards: Transitional NFT offering before ERC20 launch
  • Tokenomics: EXPL supply model and distribution mechanics
  • Distribution Framework: How EXPL flows through Nodes and direct channels
  • Get Involved: Ways to contribute, collaborate, and build with us

Development

This documentation runs on MkDocs with the Material for MkDocs theme.

Requirements

  • Python 3.8+
  • pip

Local Development

Clone and install:

git clone https://github.com/explorills/docs.git
cd docs
pip install mkdocs-material

Run the dev server:

mkdocs serve

The site will be live at http://127.0.0.1:8000.

Building

Generate static files:

mkdocs build

Output lands in ./site/.

Contributing

We welcome contributions that improve clarity, accuracy, and completeness. Here's how:

  1. Fork this repo
  2. Create a feature branch: git checkout -b improve-docs
  3. Edit files in docs/ directory
  4. Test locally: mkdocs serve
  5. Commit with clear messages
  6. Open a pull request

Writing Guidelines

  • Be accurate — verify all technical details
  • Be clear — avoid jargon when plain language works
  • Be consistent — follow existing patterns and structure
  • Be helpful — include examples and real use cases
  • Check your links — make sure everything works
  • Respect the hierarchy — don't break navigation structure

Repository Structure

docs/                          # Source markdown files
├── index.md                   # Homepage
├── roadmap-2026.md            # Development roadmap
├── nodes/                     # Node documentation
├── tno-cards/                 # TNO Cards docs
├── tokenomics/                # Token economics
├── distribution-framework/    # Distribution mechanics
├── get-involved/              # Contribution guides
├── additional-information/    # Supplementary info
└── assets/                    # Images and static files
mkdocs.yml                     # MkDocs config
overrides/                     # Theme customization
site/                          # Build output (generated)

Deployment

Docs auto-deploy via GitHub Actions on every push to main. The pipeline publishes to S3 with CloudFront distribution.

License

See LICENSE for details.

This documentation is open source and available under the MIT License.

Contact

For technical support or documentation inquiries, please use the Discord server or email support.

About

The official documentation for the Explorills Ecosystem, built with MkDocs Material

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages