Skip to content

Commit

Permalink
Add index.html and setup redirection.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunsik committed Jan 16, 2025
1 parent a14e09a commit 47ff0da
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://furiosa-ai.github.io/docs/latest/en/">
<meta http-equiv="refresh" content="0; url=https://developer.furiosa.ai/latest/en/">
<script type="text/javascript">
window.location.href = "https://furiosa-ai.github.io/docs/latest/en/"
window.location.href = "https://developer.furiosa.ai/latest/en/"
</script>
<title>FuriosaAI SDK Documentation</title>
<title>Furiosa Developer Center</title>
</head>
<body>
If you are not redirected automatically, follow this <a href='https://furiosa-ai.github.io/docs/latest/en/'>FuriosaAI SDK Documentation</a>.
If you are not redirected automatically, follow this <a href='https://developer.furiosa.ai/latest/en/'>Furiosa Developer Center</a>.
</body>
</html>
1 change: 1 addition & 0 deletions latest
14 changes: 14 additions & 0 deletions v2024.1.0/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=./en/">
<script type="text/javascript">
window.location.href = "./en/"
</script>
<title>Furiosa Developer Center</title>
</head>
<body>
If you are not redirected automatically, follow this <a href='./en/'>Furiosa Developer Center</a>.
</body>
</html>
14 changes: 14 additions & 0 deletions v2024.2.0/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=./en/">
<script type="text/javascript">
window.location.href = "./en/"
</script>
<title>Furiosa Developer Center</title>
</head>
<body>
If you are not redirected automatically, follow this <a href='./en/'>Furiosa Developer Center</a>.
</body>
</html>
14 changes: 14 additions & 0 deletions v2024.2.1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=./en/">
<script type="text/javascript">
window.location.href = "./en/"
</script>
<title>Furiosa Developer Center</title>
</head>
<body>
If you are not redirected automatically, follow this <a href='./en/'>Furiosa Developer Center</a>.
</body>
</html>

0 comments on commit 47ff0da

Please sign in to comment.