-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set default version to latest with mike 1.1.2
- Loading branch information
1 parent
f8306e5
commit 9f212f5
Showing
1 changed file
with
28 additions
and
22 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 |
---|---|---|
@@ -1,28 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Redirecting</title> | ||
<noscript> | ||
<meta http-equiv="refresh" content="1; url=latest/" /> | ||
</noscript> | ||
<script> | ||
window.location.replace("latest/" + window.location.hash); | ||
</script> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="FastStream" /> | ||
<meta property="og:description" content="FastStream Python messaging framework documentation" /> | ||
<meta property="og:url" content="https://faststream.airt.ai/0.2/" /> | ||
<meta property="og:image" content="https://opengraph.githubassets.com/1671805243.560327/airtai/faststream" /> | ||
<meta property="og:image:type" content="image/png" /> | ||
<meta property="og:image:width" content="1200" /> | ||
<meta property="og:image:height" content="630" /> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:title" content="FastStream" /> | ||
<meta name="twitter:description" content="FastStream Python messaging framework documentation" /> | ||
<meta name="twitter:image" content="https://opengraph.githubassets.com/1671805243.560327/airtai/faststream" /> | ||
<meta charset="utf-8"> | ||
<title>Redirecting</title> | ||
<noscript> | ||
<meta http-equiv="refresh" content="1; url=latest/" /> | ||
</noscript> | ||
<script> | ||
window.location.replace( | ||
"latest/" + window.location.search + window.location.hash // nosemgrep | ||
); | ||
</script> | ||
|
||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="FastStream" /> | ||
<meta property="og:description" content="FastStream Python messaging framework documentation" /> | ||
<meta property="og:url" content="https://faststream.airt.ai/latest/" /> | ||
<meta property="og:image" content="https://opengraph.githubassets.com/1671805243.560327/airtai/faststream" /> | ||
<meta property="og:image:type" content="image/png" /> | ||
<meta property="og:image:width" content="1200" /> | ||
<meta property="og:image:height" content="630" /> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:title" content="FastStream" /> | ||
<meta name="twitter:description" content="FastStream Python messaging framework documentation" /> | ||
<meta name="twitter:image" content="https://opengraph.githubassets.com/1671805243.560327/airtai/faststream" /> | ||
</head> | ||
|
||
<body> | ||
Redirecting to <a href="latest/">latest/</a>... | ||
Redirecting to <a href="latest/">latest/</a>... <!-- nosemgrep --> | ||
</body> | ||
</html> | ||
|
||
</html> |