Files
dao-os-docs/book.toml
李东云 d8880439fc
Some checks failed
Build and Deploy Dao OS Docs / build-and-deploy (push) Failing after 2m4s
feat(books): generated books
2025-06-10 01:19:54 +08:00

20 lines
416 B
TOML

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