-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
static
assets to docs pages (#6951)
## Summary This PR points the docs towards the static assets that we use for `astral.sh`, so that we can use shared assets for the Ruff and uv docs.
- Loading branch information
1 parent
47f4ca2
commit 92e93da
Showing
4 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block extrahead %} | ||
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png"/> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png"/> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png"/> | ||
<link rel="manifest" href="/static/site.webmanifest"/> | ||
<link rel="mask-icon" href="/static/safari-pinned-tab.svg" color="#2e183d"/> | ||
<meta name="msapplication-TileColor" content="#d7ff64"/> | ||
<meta name="theme-color" content="#ffffff"/> | ||
<meta name="robots" content="index,follow"/> | ||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "WebSite", | ||
"name": "Astral", | ||
"url": "https://astral.sh" | ||
} | ||
</script> | ||
{% endblock %} |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains 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