feat(*): update manual#265
Merged
Merged
Conversation
Contributor
Author
|
@alphagocc 请问现在编译项目所需的最低 qt 版本是什么呢?我更新一下构建那块 |
Contributor
Author
|
能否限制到 6.4 以上呢?之后开发分布式测评可能要用到 QHttpServer 🤔 |
Member
|
上一个 lts 是 6.8, 限制到这个版本吧 |
Contributor
Author
|
alphagocc 我不是很懂 linux 下的编译,请问您能协助写一下这部分吗 🙏 |
Contributor
Author
|
是不是应该把 |
Member
最近不太有时间
其实整个 qt5 都不想支持了(,但是改动会比较多就基本上暂时先留着了 |
Member
|
话说编译这部分在哪里 |
Contributor
Author
抱歉,我删除了这个部分,改成了指向 BUILD.md 的链接。因为感觉这两个有点重复了 |
Member
|
能不能考虑让 ci 编译 pdf |
Contributor
Author
现在会把编译后的 pdf 传到 action 里 |
Contributor
Author
|
非常抱歉,冒昧问一下,目前暂时还有什么需要修改的地方吗🤔 |
Member
|
不知道。我合了吧。 |
Contributor
Author
|
@alphagocc 这个 pr 引进了线上版本的用户手册,它会部署一个线上版本的手册到 Github Pages。需要手动在项目设置里面开一下 Github Pages 的功能,源代码的 branch 是 gh-pages。谢谢🙏 |
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.
这个 pr 做了什么
使用 Typst 重写了用户手册,源代码储存于
manual/src/content目录中,同时实现了线上版本的用户手册。线下分发需要手动编译 Typst 文件,然后使用 Typst CLI 或者 Tinymist Typst 编译
manual/src/content/manual.typ,将生成出来的 pdf 重命名并放在manual/llmanual.pdf。线上分发使用使用 astro+astro-typst+starlight theme 部署于线上。
已知的问题