Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RuboCop已从单页 README更改为包含多个较小页面的手册,可在 readthedocs.io 上找到。有没有办法在一个页面中查看所有内容?在 github 上查看最后一个未重构的 README 版本现在可以使用,但随着时间的推移将变得过时。
您可以将其视为一个文档的唯一方法是克隆存储库并连接目录中的文件manual。你可以用一个简单的cat命令来做到这一点:
manual
cat
cat README.md manual/*.md > manual.md
但是,没有办法从 GitHub 做到这一点。