英文:
Azure DevOps project description page (a dynamic readMe file possible?)
问题
我看过一些信息丰富的Azure DevOps项目描述页面(readMe文件),在那里,你可以一眼看出整个项目的运行状况,我想做类似的事情,并想知道信息是从哪里来的,以及如何保持与最新的构建/部署状态同步?
我心中有一个类似的想法,尤其是那些绿色/红色标签的指示器,有时也会在一些GitHub存储库的readMe页面中找到。
例子2:
英文:
I have seen some informative Azure DevOps Project description pages (readMe file), where one can see at a first glance how the whole project is performing and would like to do something similar and want to know from where the information is coming and how to keep it up to date with the latest build/deploy status?
Something I have in mind is similar to this. Especially those green / red labeled indicators, which are also found sometimes in some GitHub repository readMe pages
example 2:
答案1
得分: 3
这个概念是建立一个专门用于更新你的README
的流水线,如这里解释的。
这在官方文档中有示例," 向你的存储库添加状态徽章"
英文:
The general idea is to setup a pipeline dedicated to update your README
, as explained here.
This is illustrated in the official documentation "Add a status badge to your repository"
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论