Skip to content

Commit

Permalink
Set default version to latest with mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 6, 2023
1 parent f8306e5 commit 9f212f5
Showing 1 changed file with 28 additions and 22 deletions.
50 changes: 28 additions & 22 deletions index.html
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>

0 comments on commit 9f212f5

Please sign in to comment.