mirror of
https://github.com/CloudNebulaProject/wayray.git
synced 2026-04-10 13:10:41 +00:00
16 lines
375 B
TOML
16 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"
|