Files
dao-os-docs/book.toml

20 lines
416 B
TOML
Raw Normal View History

[book]
title = "Dao OS Documentation"
2025-06-10 01:19:54 +08:00
author = "The Dao OS Community"
description = "The official documentation for the Dao OS, your Cyber-Life Operating System."
multi-lingual = true
default-language = "en"
2025-06-10 01:19:54 +08:00
[language.en]
language = "en"
name = "English"
src = "src"
[language.zh]
language = "zh"
name = "简体中文"
src = "src-zh"
2025-06-10 01:19:54 +08:00
[output.html]
git-repository-url = "https://nest.doylee.cn/Dao-OS/dao-os-docs"