guide/features/contributors/ #550
Unanswered
Replies: 2 comments 2 replies
-
配置了 export default defineUserConfig({
}) 但底部不显示贡献者,可能是为什么? |
Beta Was this translation helpful? Give feedback.
1 reply
-
我希望点击贡献者显示其所有文章而不是跳转到 github,就像 docusaurus 那样,应当如何实现? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
guide/features/contributors/
概述 主题支持为文章添加贡献者信息,以便更好的了解您的文章贡献者。 文章贡献者通过 git 提交记录获取。 该功能由 @vuepress/plugin-git 提供支持。 注意 该功能由于需要通过 git log 命令获取每个 md 文件的提交记录,是一个相对比较耗时的操作,特别是对于大型项目,提交记录数量较多的情况。因此该功能在开发环境中不会启用,仅...
https://theme-plume.vuejs.press/guide/features/contributors/
Beta Was this translation helpful? Give feedback.
All reactions