From: Yurii Motov <109919500+YuriiMotov@users.noreply.github.com> Date: Wed, 15 Jul 2026 14:36:37 +0000 (+0200) Subject: 📝 Fix topic repository list not being displayed and `skip_users` not being applied... X-Git-Tag: 0.139.1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e24d44cce4092a33b64e9536e96e7608a7dcb9b8;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Fix topic repository list not being displayed and `skip_users` not being applied (#15995) --- diff --git a/docs/en/data/skip_users.yml b/docs/en/data/skip_users.yml index cf24003af8..26b2247bf6 100644 --- a/docs/en/data/skip_users.yml +++ b/docs/en/data/skip_users.yml @@ -1,3 +1,4 @@ +users: - tiangolo - codecov - github-actions diff --git a/docs/en/data/topic_repos.yml b/docs/en/data/topic_repos.yml index ecfad6cb44..eff9f8078c 100644 --- a/docs/en/data/topic_repos.yml +++ b/docs/en/data/topic_repos.yml @@ -1,3 +1,4 @@ +repos: - name: headroom html_url: https://github.com/headroomlabs-ai/headroom stars: 55017 diff --git a/docs/en/docs/external-links.md b/docs/en/docs/external-links.md index d614c64eb6..7138c3425f 100644 --- a/docs/en/docs/external-links.md +++ b/docs/en/docs/external-links.md @@ -23,7 +23,7 @@ But now that FastAPI is the backend framework with the most GitHub stars across Most starred [GitHub repositories with the topic `fastapi`](https://github.com/topics/fastapi): -{% for repo in topic_repos %} +{% for repo in topic_repos.repos %} â {{repo.stars}} - {{repo.name}} by @{{repo.owner_login}}. diff --git a/docs/en/docs/fastapi-people.md b/docs/en/docs/fastapi-people.md index e79928fb32..73cd8c6134 100644 --- a/docs/en/docs/fastapi-people.md +++ b/docs/en/docs/fastapi-people.md @@ -97,7 +97,7 @@ These are the users that have been [helping others the most with questions in Gi {% for user in people.last_month_experts[:10] %} -{% if user.login not in skip_users %} +{% if user.login not in skip_users.users %}