Difficult-Rocket/docs/book.toml
shenjack fd5963bc0a [build skip] use dsm with secret
[build skip] add delete task and try upload

[build skip] key error fix

[build skip] key error?

not use secret

Update dsm.py

Update dsm.py

Update dsm.py

Update dsm.py

Update dsm.py

Update dsm.py

Update dsm.py

[build skip] try use better

一些奇怪东西

update with md5_check

Update page.yml

Update page.yml

try build

fix: last md5 detect use local one

add more mdbook extention

reformat and add more

add cmd run

i18n not 18n

try use local build mdbook

Update page.yml

try with openai

Update page.yml

Update page.yml

Update page.yml

Update page.yml

Update page.yml

Update page.yml

Update dsm.py

Update dsm.py

Update dsm.py

Update dsm.py

Update dsm.py

Update dsm.py

Update dsm.py

Update dsm.py

try new one

use custom TEMP

use new path

逝逝

page toc later

add back debug print

try to add back pagetoc

try to use pagetoc-0.1.7 [build skip]

just upload the theme folder~ [build skip]

get plant UML [build skip]

add log out for dsm.py [build skip]

clean up useless "f"
2023-03-19 11:46:27 +08:00

56 lines
1.3 KiB
TOML

[book]
authors = ["shenjack"]
language = "zh-cn"
multilingual = false
src = "src"
title = "Difficult-Rocket-docs"
[build]
build-dir = './book'
create-missing = false
use-default-preprocessors = true # use the default preprocessors
extra-watch-dirs = [] # directories to watch for triggering builds
# 默认 404 文件
[output.html]
input-404 = "404.md"
additional-css = ["theme/pagetoc.css"]
additional-js = ["theme/pagetoc.js"]
# Git 相关配置
git-repository-url = "https://github.com/shenjackyuanjie/Difficult-Rocket"
git-branch = "main"
# 右上角的 "在 Github 内打开" 按钮
open-on-text = "Found a bug? [Edit this page on GitHub.]"
# 最大搜索数量
[output.html.search]
limit-results = 15
# 允许打印
[output.html.print]
enable = true # include support for printable output
page-break = true # insert page-break after each chapter
[rust]
edition = "2021" # the default edition for code blocks
### 扩展部分
# 检查文档内链接
[output.linkcheck]
follow-web-links = false
warning-policy = "ignore"
exclude = [ "requirement-dev.txt" ]
traverse-parent-directories = true
# 支持脚注 ( {{footnote: Or is it?}} )
[preprocessor.footnote]
# 添加右侧目录
[preprocessor.pagetoc]
# 从本地运行一些东西拿到 markdown 里来
[preprocessor.cmdrun]