👷♀️ Add script for GitHub Topic Repositories and update External Links#13135
Merged
👷♀️ Add script for GitHub Topic Repositories and update External Links#13135
Conversation
Contributor
|
📝 Docs preview for commit 08c8add at: https://a041cc53.fastapitiangolo.pages.dev Modified Pages |
Contributor
|
📝 Docs preview for commit c220218 at: https://29850167.fastapitiangolo.pages.dev Modified Pages |
Contributor
|
📝 Docs preview for commit ed41425 at: https://a3360a1c.fastapitiangolo.pages.dev Modified Pages |
Contributor
|
📝 Docs preview for commit a84e27f at: https://0d701ecf.fastapitiangolo.pages.dev Modified Pages |
Contributor
|
📝 Docs preview for commit 524d706 at: https://32ce677e.fastapitiangolo.pages.dev Modified Pages |
Contributor
|
📝 Docs preview for commit c522129 at: https://41c07d68.fastapitiangolo.pages.dev Modified Pages |
Contributor
|
📝 Docs preview for commit d2ff261 at: https://29f2b0de.fastapitiangolo.pages.dev Modified Pages |
tiangolo
reviewed
Jan 2, 2025
Member
tiangolo
left a comment
There was a problem hiding this comment.
Nice! 🚀
Just a couple of nitpicks. 🤓
| li.innerHTML = `<a href="${v.html_url}" target="_blank">★ ${v.stargazers_count} - ${v.full_name}</a> by <a href="${v.owner.html_url}" target="_blank">@${v.owner.login}</a>` | ||
| ul.append(li) | ||
| }) | ||
| } |
Member
There was a problem hiding this comment.
Nice! I wanted to get rid of this. 🔥
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
s-rigaud
pushed a commit
to s-rigaud/fastapi
that referenced
this pull request
Jan 23, 2025
…ks (fastapi#13135) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👷♀️ Add script for GitHub Topic Repositories and update External Links