How to display gitub stars and forks across a github organization? #3350
-
Today we use mkdocs-material for our open source project https://knative.dev The problem is that we don't have 1 git repo we have many git repos across two organizations https://github.com/knative and https://github.com/knative-sandbox What would be the best way to implement something to show the sum of stars and forks across git repos? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
If you set the |
Beta Was this translation helpful? Give feedback.
If you set the
repo_url
to your org URL, it will show the number of projects you have. Summing stars is not supported and support is not planned.