Skip to content

Commit

Permalink
添加 book.toml 和目录文件。
Browse files Browse the repository at this point in the history
Signed-off-by: FrankHB <frankhb1989@gmail.com>
  • Loading branch information
FrankHB committed Jul 25, 2020
1 parent c932587 commit 2f75418
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
28 changes: 28 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[book]
title = "The YSLib Book"
description = "Book tranplanted from YSLib BitBucket wiki."
authors = ["FrankHB"]
src = "src"
# language = "en-US"
multilingual = true

[build]
build-dir = "docs"
create-missing = false

[output.html]
mathjax-support = false

[output.html.playpen]
editable = false
line-numbers = false

[output.html.search]
limit-results = 20
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
heading-split-level = 2

1 change: 1 addition & 0 deletions src/EMPTY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

35 changes: 35 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 主题目录

* [索引/Index](Home.md)
* [English Version](Home.en-US.md)
* [简体中文版](Home.zh-CN.md)
* [Contents(zh-CN)/主题目录](Contents.zh-CN.md)

* [入门](GettingStarted.zh-CN.md)
* [结构和特性](Features.zh-CN.md)
* [(内部)项目依赖性说明](ProjectDependencies.zh-CN.md)
* [开发说明](Development.zh-CN.md)
* [先决条件](Prerequisitions.zh-CN.md)
* [获取源代码](GettingSources.zh-CN.md)(另见项目维护资源)
* [构建](Build.zh-CN.md)
* [构建文档](BuildDocumentation.zh-CN.md)
* [测试](Test.zh-CN.md)
* [运行](Run.zh-CN.md)
* [Sysroot](Sysroot.zh-CN.md)
* [项目维护资源](EMPTY.md)
* [发布工程](Releases.zh-CN.md):规则、版本清单和路线图等
* [归档](Archives.zh-CN.md):发布的历史资源
* [工具](EMPTY.md):以下工具中部分用于项目维护
* [SHBuild](Tools/SHBuild.zh-CN.md)
* [RevisionPatcher](Tools/RevisionPatcher.zh-CN.md)
* [SXML2XML](Tools/SXML2XML.zh-CN.md)
* [ProjectGenerator](Tools/ProjectGenerator.zh-CN.md)
* [脚本](Tools/Scripts.zh-CN.md)
* [YDE](YDE.zh-CN.md)
* [教程](Tutorial.zh-CN.md)
* [术语概要](Terminology.zh-CN.md)

* [Appendix](EMPTY.md)
* [Standard Using](StandardUsing.en-US.md)
* [Reported Issues](ReportedIssues.en-US.md)

0 comments on commit 2f75418

Please sign in to comment.