如何在 github 上的 monorepo 中为 README.md 设置符号 link

how to set up a symbolic link for README.md in a monorepo on github

给定一个像

这样的结构
/ my_mono_repo
.. readme.md
.. / packages
.. / .. / package_blue
.. / .. /.. readme.md
.. / .. / package_red
.. / .. /.. readme.md

我想在根目录中有一个 readme.md
并且只有一个 link 用于单个包
类似 this 的东西(我克隆它来达到解决方案的峰值,但没有成功)

有人可以启发我吗?

sure, but how does this apply on github?

它确实适用于 GitHub,因为 README 将被存储,如 rrousselGit/river_pod/packages/riverpod/README.md 中所见,作为符号链接:其中包含相对路径:

../../README.md

并且它在索引中会有一个特殊的类型(120000, similar to Linux file mode)