mirror of
https://github.com/CloudNebulaProject/wayray.git
synced 2026-04-10 13:10:41 +00:00
Comprehensive documentation for WayRay, a SunRay-like thin client Wayland compositor targeting illumos and Linux: - CLAUDE.md: project context and conventions - docs/ai/plans: 6-phase implementation roadmap - docs/ai/adr: 9 architecture decision records (Smithay, QUIC, frame encoding, session management, rendering, audio, project structure, illumos support, pluggable window management) - docs/architecture: system architecture overview with diagrams - docs/protocols: WayRay wire protocol specification - book/: mdbook user guide (introduction, concepts, server/client guides, admin, development) - RESEARCH.md: deep research on remote display protocols
15 lines
375 B
TOML
15 lines
375 B
TOML
[book]
|
|
authors = ["WayRay Contributors"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "WayRay - Thin Client Wayland Compositor"
|
|
description = "A modern SunRay-like thin client system built on Wayland and Rust"
|
|
|
|
[build]
|
|
build-dir = "build"
|
|
|
|
[output.html]
|
|
default-theme = "navy"
|
|
preferred-dark-theme = "navy"
|
|
git-repository-url = "https://github.com/wayray/wayray"
|