15 lines
643 B
TOML
15 lines
643 B
TOML
[book]
|
|
title = "Dao OS Documentation"
|
|
description = "Official documentation portal for the Dao Operating System Project."
|
|
authors = ["Dao OS Project"]
|
|
language = "en" # 默认语言,也可以配置多语言
|
|
multilingual = true # 如果未来支持多语言文档
|
|
|
|
[output.html]
|
|
git-repository-url = "https://nest.doylee.cn/dao-os/dao-os-docs" # 指向你的 Gitea 仓库
|
|
edit-url-template = "https://nest.doylee.cn/dao-os/dao-os-docs/src/{path}" # 允许直接编辑源文件
|
|
copy-fonts = true
|
|
additional-css = ["./theme/custom.css"] # 可选:自定义样式
|
|
|
|
[output.html.playground] # 如果你有可运行的代码示例
|
|
runnable = true |