Centralized documentation hub
docs.celestia.world is the single home for all documentation of the
celestia-island projects. It supersedes the per-repo docs/ directories and
the former arona docs hub, and is published as a multilingual documentation
site at docs.celestia.world.
Built with mdBook and a custom language switcher supporting 11 languages.
| Group | Repositories |
|---|---|
core |
entelecheia — multi-agent collaboration platform |
webui |
shittim-chest — user-facing shell |
platforms |
arona (protocol types) · evernight (remote control & protocols) |
tool |
yuuka · kirino · noa · malkuth · seia · lagrange · ichika · aoba — standalone Rust libraries; each has its own docs at <name>.docs.celestia.world |
docs/
├── logo.webp # Hub logo
├── theme/ # Shared lang-switcher JS/CSS
│ ├── lang-switcher.js
│ └── lang-switcher.css
└── <lang>/ # Per-language mdBook
├── book.toml # mdBook configuration
├── SUMMARY.md # Table of contents
├── intro.md # Welcome page
├── meta/ # License, CLA, CoC, Security
├── guides/{core,webui,platforms}/ # Practical guides
└── designs/{core,webui,platforms}/ # Architecture & design docs
en (canonical) · zhs · zht · ja · ko · fr · es · ru · de · pt · ar
de,pt, andarare partial translations (meta/legal documents only).
# Install mdBook
cargo install mdbook
# Build all languages
just build
# Build a single language
just build-lang en
# Serve locally (with live reload)
just serve enCC0 1.0 Universal (public domain dedication). See LICENSE.
