添加docfx支持,以便于将文档生成为带目录的PDF文档#203
Open
jiankian wants to merge 5 commits into
Open
Conversation
add docfx support, make PDF generate with Table of Content
- 在 README.md 中添加了使用 Docfx生成本地离线文档和 PDF格式离线文档的说明 - 提供了具体的命令示例,方便用户操作
- 将 “?” 的其他用法 修改为 "? 的其他用法" - 将 “?” 用法 修改为 "?用法" - 删除了多余的空格和引号,统一了章节标题的格式
- 在 book.toml 中添加了 PDF 目录生成配置 - 新增了 EPUB 输出格式配置 - 这些更改将提高图书的可读性和多样性
Member
|
测试未通过,少了点什么 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add docfx support, make PDF generate with Table of Content